redoxfs 0.3.3

The Redox Filesystem
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "redoxfs"
version = "0.3.3"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "The Redox Filesystem"
readme = "README.md"
license-file = "LICENSE"
repository = "https://gitlab.redox-os.org/redox-os/redoxfs"

[lib]
name = "redoxfs"
path = "src/lib.rs"

[[bin]]
name = "redoxfs"
path = "src/bin/mount.rs"
doc = false

[[bin]]
name = "redoxfs-ar"
path = "src/bin/ar.rs"
doc = false

[[bin]]
name = "redoxfs-mkfs"
path = "src/bin/mkfs.rs"
doc = false
[dependencies.redox_syscall]
version = "0.1"

[dependencies.uuid]
version = "0.5"
features = ["v4"]
[target."cfg(not(target_os = \"redox\"))".dependencies.fuse]
version = "0.3"

[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2"

[target."cfg(not(target_os = \"redox\"))".dependencies.time]
version = "0.1"