# 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.72" name = "tera-rand-cli" version = "0.2.0" authors = ["Raymond Liu "] description = "A CLI tool for generating a feed of random data from a Tera template" readme = "README.md" keywords = ["fake"] categories = [ "template-engine", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Philosobyte/tera-rand" [dependencies.anyhow] version = "=1.0.75" [dependencies.chrono] version = "=0.4.31" [dependencies.clap] version = "=4.4.6" features = ["derive"] [dependencies.iso8601] version = "=0.6.1" [dependencies.tera] version = "=1.19.1" [dependencies.tera-rand] version = "=0.2.0" [dependencies.thiserror] version = "=1.0.50" [dev-dependencies.assert_cmd] version = "=2.0.12" [dev-dependencies.regex] version = "=1.10.2" [dev-dependencies.tracing] version = "=0.1.40" [dev-dependencies.tracing-test] version = "=0.2.4"