# 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 = "cder" version = "0.2.2" authors = ["Koji "] description = "database seed generator that helps create and persist struct-typed instances based on serde-compatible yaml files" readme = "README.md" keywords = [ "seed", "seeding", "fixture", "database", "yaml", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/estie-inc/cder" [dependencies.anyhow] version = "1.0" [dependencies.once_cell] version = "1.16" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.tokio] version = "=1.38" features = [ "time", "rt-multi-thread", "macros", ]