# 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 = "hldr" version = "0.3.0" description = "Declarative and expressive data seeding for PostgreSQL" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kevlarr/hldr" [dependencies.clap] version = "3.0.0-beta.5" features = [ "std", "cargo", "derive", "suggestions", ] default-features = false [dependencies.postgres] version = "0.19.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.postgres] version = "0.19.3" features = ["with-chrono-0_4"] [dev-dependencies.pretty_assertions] version = "1.2.1"