# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "redoxfs" version = "0.6.8" authors = ["Jeremy Soller "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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 required-features = ["std"] [[bin]] name = "redoxfs-ar" path = "src/bin/ar.rs" doc = false required-features = ["std"] [[bin]] name = "redoxfs-mkfs" path = "src/bin/mkfs.rs" doc = false required-features = ["std"] [dependencies.aes] version = "=0.7.5" default-features = false [dependencies.argon2] version = "0.4" features = ["alloc"] default-features = false [dependencies.base64ct] version = "1" default-features = false [dependencies.endian-num] version = "0.1" [dependencies.env_logger] version = "0.11" optional = true [dependencies.getrandom] version = "0.2.5" optional = true [dependencies.libc] version = "0.2" [dependencies.libredox] version = "0.1.3" optional = true [dependencies.log] version = "0.4.14" optional = true default-features = false [dependencies.range-tree] version = "0.1" optional = true [dependencies.redox-path] version = "0.3.0" [dependencies.redox-scheme] version = "0.2.1" optional = true [dependencies.redox_syscall] version = "0.5" [dependencies.seahash] version = "4.1.0" default-features = false [dependencies.termion] version = "4" optional = true [dependencies.uuid] version = "1.4" default-features = false [features] default = [ "std", "log", ] force-soft = ["aes/force-soft"] std = [ "env_logger", "fuser", "getrandom", "libc", "libredox", "range-tree", "termion", "time", "uuid/v4", "redox_syscall/std", "redox-scheme", ] [target."cfg(not(target_os = \"redox\"))".dependencies.fuser] version = "0.14" optional = true [target."cfg(not(target_os = \"redox\"))".dependencies.libc] version = "0.2" optional = true [target."cfg(not(target_os = \"redox\"))".dependencies.time] version = "0.3" optional = true [lints.rust.unexpected_cfgs] level = "warn" priority = 0