# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "venta" version = "0.9.0" authors = ["vmalloc"] description = "Reliable producer interface for Pulsar" homepage = "https://github.com/vmalloc/venta" documentation = "https://docs.rs/venta" readme = "README.md" keywords = ["pulsar", "client", "messaging", "pubsub"] license = "MIT OR Apache-2.0" repository = "https://github.com/vmalloc/venta" [dependencies.anyhow] version = "1.0.34" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.7" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.11" [dependencies.prometheus] version = "^0" optional = true [dependencies.pulsar] version = "4" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1.6.2" features = ["sync", "rt"] [dependencies.url] version = "2.2.0" [dev-dependencies.env_logger] version = "0.8.4" [dev-dependencies.tokio] version = "1.6.2" features = ["sync", "rt", "rt-multi-thread", "macros"] [features] default = [] metrics = ["prometheus", "lazy_static"]