Skip to content
Snippets Groups Projects
Cargo.lock 5.98 KiB
Newer Older
Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Jeremy Soller's avatar
Jeremy Soller committed
name = "fuchsia-zircon"
version = "0.2.1"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Jeremy Soller's avatar
Jeremy Soller committed
 "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
]

[[package]]
Jeremy Soller's avatar
Jeremy Soller committed
name = "fuchsia-zircon-sys"
version = "0.2.0"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Jeremy Soller's avatar
Jeremy Soller committed
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
Jeremy Soller's avatar
Jeremy Soller committed

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "fuse"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.3.1"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Jeremy Soller's avatar
Jeremy Soller committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libc"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.2.33"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "log"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "rand"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.3.18"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Jeremy Soller's avatar
Jeremy Soller committed
 "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
]

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "redox_syscall"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.1.32"
Jeremy Soller's avatar
Jeremy Soller committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "redoxfs"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.3.2"
Jeremy Soller's avatar
Jeremy Soller committed
dependencies = [
Jeremy Soller's avatar
Jeremy Soller committed
 "fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "spin"
Jeremy Soller's avatar
Jeremy Soller committed
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
Jeremy Soller's avatar
Jeremy Soller committed

[[package]]
name = "thread-scoped"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "time"
version = "0.1.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "uuid"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Jeremy Soller's avatar
Jeremy Soller committed
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Jeremy Soller's avatar
Jeremy Soller committed
]

Jeremy Soller's avatar
Jeremy Soller committed
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
Jeremy Soller's avatar
Jeremy Soller committed
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
Jeremy Soller's avatar
Jeremy Soller committed
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"