# 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" rust-version = "1.63" name = "fsx" version = "0.2.0" authors = ["Alan Somers "] description = "File System eXerciser" readme = "README.md" keywords = [ "filesystem", "test", ] categories = [ "filesystem", "development-tools::testing", ] license = "APSL-2.0" repository = "https://github.com/asomers/fsx-rs" [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.0.12" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.1" [dependencies.env_logger] version = "0.10.0" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.27.1" features = [ "feature", "fs", "ioctl", "mman", "zerocopy", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rand_xorshift] version = "0.3" [dependencies.ringbuffer] version = "0.11.0" [dependencies.safemem] version = "0.3.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.tempfile] version = "3.0"