# 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.64" name = "fake-file" version = "0.1.0" authors = ["amiller68 "] include = [ "/src", "/benches", "README.md", "LICENSE", ] description = "A fake file generator" documentation = "https://docs.rs/fake-file" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/banyancomputer/fake-file" [profile.dev] split-debuginfo = "unpacked" [lib] path = "src/lib.rs" doctest = true bench = false [[bin]] name = "fake-file" path = "src/main.rs" bench = false doc = false [[bench]] name = "structure" harness = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.proptest] version = "1.1" optional = true [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.proptest] version = "1.1" [features] default = []