# 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" name = "drivel" version = "0.2.2" authors = ["Daniƫl Hogers "] description = "Infer a schema from JSON input, and generate synthetic data based on the inferred schema." readme = "README.md" license = "MIT" repository = "https://github.com/hgrsd/drivel" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4.38" features = ["alloc"] default-features = false [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.fake] version = "2.9.2" features = ["chrono"] [dependencies.jemallocator] version = "0.5.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.url] version = "2.5.1" [dependencies.uuid] version = "1.8.0" features = ["v4"]