# 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 = "safety-postgres" version = "0.1.0" authors = ["SHIMA"] description = "Wrapper of tokio-postgres for executing SQL more safer out of user jurisdiction." homepage = "https://crates.io/crates/safety-postgres" documentation = "https://docs.rs/safety-postgres/" readme = "README.md" keywords = [ "sql", "postgres", "PostgreSQL", "safety-postgres", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/SHIMA0111/safety-postgres" [dependencies.chrono] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7" features = ["with-chrono-0_4"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.testcontainers] version = "0.15"