# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "af-postgres" version = "0.1.4" authors = ["Alexandra Frydl "] description = "A Postgres library for af-core." license = "MPL-2.0" repository = "https://gitlab.com/alexfrydl/lib-rs" [package.metadata.docs.rs] all-features = true [lib] [[bin]] name = "test-postgres" path = "test/main.rs" required-features = ["test"] [dependencies.af-core] version = "^0.1.5" features = ["postgres", "tokio"] [dependencies.bytes] version = "1" [dependencies.native-tls] version = "0.2" [dependencies.postgres-native-tls] version = "0.5" [dependencies.smallstr] version = "0.2" [dependencies.smallvec] version = "1" [dependencies.structopt] version = "0.3" optional = true [dependencies.tokio-postgres] version = "0.7" features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-0_8"] [features] test = ["af-core/test-runner", "structopt"]