# 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.74" name = "sqlx-pg-seeder" version = "0.1.4" authors = ["SSaple "] exclude = [ "/ko", "/example", "/target", "./cargo-docs.sh", "./rustfmt.toml", ] description = "The crate that assists in creating seeders for PostgreSQL databases using SQLx" homepage = "https://sideproject0214.github.io/sqlx-pg-seeder" documentation = "https://sideproject0214.github.io/sqlx-pg-seeder" readme = "README.md" keywords = [ "sqlx", "seeder", "postgres", "pg-seeder", "sqlx-pg-seeder", ] license = "MIT" repository = "https://github.com/sideproject0214/sqlx-pg-seeder" [dependencies.config] version = "0.13" [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7.2" features = [ "runtime-tokio-rustls", "json", "postgres", "macros", "uuid", "chrono", ]