# 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 = "2021" name = "neutron" version = "0.0.2" description = "A Rust client library for Pulsar" readme = "README.md" keywords = [ "pulsar", "client", "neutron", ] license = "MIT" repository = "https://github.com/klaatu01/neutron" [dependencies.async-channel] version = "2.1.1" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.7" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.33" [dependencies.crc32c] version = "0.6.4" [dependencies.crc32fast] version = "1.3.2" [dependencies.env_logger] version = "0.11.1" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.20" [dependencies.nom] version = "7.1.3" [dependencies.oauth2] version = "4.4.2" [dependencies.protobuf] version = "3.3.0" [dependencies.reqwest] version = "0.11.24" features = [ "rustls", "json", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.112" optional = true [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "time", "io-util", "net", ] [dependencies.tokio-rustls] version = "0.25.0" [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.url] version = "2.5.0" [dependencies.webpki-roots] version = "0.26.1" [dev-dependencies.humantime] version = "2.1.0" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.nanoid] version = "0.4.0" [build-dependencies.protobuf-codegen] version = "3.3.0" [features] json = ["serde_json"]