# 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] name = "pg_async" version = "0.8.6" authors = ["Artem "] build = "build.rs" links = "pq" description = "Asynchronous, HA (master-master) PostgreSQL driver on top of libpq" documentation = "https://docs.rs/pg_async/" keywords = ["sql", "database", "postgres", "futures", "high-availability"] categories = ["asynchronous", "database"] license = "MIT" repository = "https://github.com/ArtemGr/pg_async.rs" [lib] name = "pg_async" crate-type = ["rlib"] path = "src/lib.rs" doctest = false [[example]] name = "24x7" path = "examples/24x7.rs" [dependencies.atomic] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.gstuff] version = "0.5" [dependencies.inlinable_string] version = "0.1" [dependencies.itertools] version = "0.8" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.fomat-macros] version = "0.2" [dev-dependencies.futures-cpupool] version = "0.1" [dev-dependencies.rand] version = "0.3" [build-dependencies]