# 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 = "pulsar-client" version = "0.0.1" authors = ["vkill "] description = "Pulsar client" homepage = "https://github.com/bk-rs/pulsar-rs" documentation = "https://docs.rs/pulsar-client" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/pulsar-rs" [package.metadata.cargo-all-features] skip_feature_sets = [["futures_io", "tokio02_io"], ["futures_io", "tokio_io"], ["tokio02_io", "tokio_io"]] skip_optional_dependencies = true [dependencies.futures-util] version = "0.3" features = [] default-features = false [dependencies.futures-x-io] version = "0.3" features = [] optional = true default-features = false [dependencies.futures-x-io-timeoutable] version = "0.3" features = [] optional = true default-features = false [dependencies.log] version = "0.4" features = [] default-features = false [dependencies.pulsar-binary-protocol-spec] version = "0.0" features = ["with-asynchronous"] [dependencies.thiserror] version = "1.0" features = [] default-features = false [features] default = ["tokio_io"] futures_io = ["futures-x-io/futures_util_io", "futures-x-io-timeoutable/futures_io"] tokio02_io = ["futures-x-io/tokio02_io_util", "futures-x-io-timeoutable/tokio02_io"] tokio_io = ["futures-x-io/tokio_io_util", "futures-x-io-timeoutable/tokio_io"]