# 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" version = "0.2.0" authors = ["Raymond Liu "] description = "A suite of random data generation functions for the Tera template engine" readme = "README.md" keywords = ["fake"] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/Philosobyte/tera-rand" [dependencies.anyhow] version = "1.0" [dependencies.dashmap] version = "5.5" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.tera] version = "1.19" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.5" features = ["v4"] optional = true [dev-dependencies.regex] version = "1.10" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-test] version = "0.2" [features] default = ["uuid"]