# 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 = "pleingres" version = "0.4.5" authors = ["Pierre-Étienne Meunier"] include = ["/Cargo.toml", "/src/buffer.rs", "/src/error.rs", "/src/lib.rs", "/src/msg.rs", "/src/rows.rs", "/src/spawned.rs", "/src/statement.rs", "/src/wait_until.rs"] description = "A pure Rust interface to PostgreSQL. Will never block (hence the name, a pun on that fact in french)." homepage = "https://nest.pijul.com/pmeunier/pleingres" documentation = "https://docs.rs/pleingres" license = "Apache-2.0/MIT" repository = "https://nest.pijul.com/pmeunier/pleingres" [dependencies.byteorder] version = "1.2" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.digest] version = "0.7" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.3" [dependencies.openssl] version = "0.10" [dependencies.pleingres-macros] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-openssl] version = "0.2" [dependencies.tokio-timer] version = "0.2" [dependencies.uuid] version = "0.7" [dev-dependencies.env_logger] version = "0.5"