# 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 = "r2d2_pulsar" version = "0.1.3" authors = ["Colin Stearns "] description = "Connection pooling for pulsar client" documentation = "https://docs.rs/r2d2_pulsar" readme = "../README.md" keywords = ["pulsar", "api"] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/wyyerd/pulsar-rs" [dependencies.futures] version = "0.1.25" [dependencies.pulsar] version = "0.1.3" [dependencies.r2d2] version = "0.8.2" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.tokio] version = "0.1.11" [badges.travis-ci] repository = "wyyerd/pulsar-rs"