# 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 = "2018" name = "jen" version = "1.7.0" authors = ["Isaac Whitfield "] description = "A simple CLI generation tool for creating large datasets." readme = "README.md" keywords = [ "dataset", "generator", "json", "template", ] categories = [ "command-line-interface", "command-line-utilities", "template-engine", "text-processing", ] license = "MIT" repository = "https://github.com/whitfin/jen" [lib] name = "jen" path = "src/lib.rs" [[bin]] name = "jen" path = "src/bin/jen.rs" [dependencies.bson] version = "2.6" [dependencies.clap] version = "4.2" optional = true [dependencies.failure] version = "0.1" [dependencies.fake] version = "1.3" [dependencies.nanoid] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tera] version = "1.7" [dependencies.uuid] version = "1.1" features = ["v4"] [features] build = [ "clap", "serde", "serde_json", ] default = ["build"]