# 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 = "degen-sql" version = "0.1.6" description = "A postgres database engine for rust that builds on top of tokio-postgres" readme = "README.md" license = "MIT" [[bin]] name = "migrate" path = "src/db/postgres/scripts/migrate.rs" [[bin]] name = "rollback_full" path = "src/db/postgres/scripts/rollback_full.rs" [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.10.0" [dependencies.include_dir] version = "0.7.3" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.28.1" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tokio-postgres] version = "0.7.8" features = ["with-chrono-0_4"] [dependencies.tokio-postgres-migration] version = "0.1.0"