# 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-binary-protocol-spec" version = "0.0.1" authors = ["vkill "] build = false description = "Pulsar binary protocol specification" homepage = "https://github.com/bk-rs/pulsar-rs" documentation = "https://docs.rs/pulsar-binary-protocol-spec" 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_optional_dependencies = true [dependencies.async-channel] version = "1.5" features = [] optional = true default-features = false [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.crc32c] version = "0.6" features = [] default-features = false [dependencies.flate2] version = "1.0" features = ["zlib"] optional = true default-features = false [dependencies.futures-channel] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.lz4] version = "1.23" features = [] optional = true default-features = false [dependencies.paste] version = "1.0" features = [] default-features = false [dependencies.protobuf] version = "2.22" default-features = false [dependencies.seq-macro] version = "0.2" features = [] default-features = false [dependencies.thiserror] version = "1.0" features = [] default-features = false [dev-dependencies.test-case] version = "1.1" [build-dependencies.protoc-rust] version = "2.22" [features] default = ["with-asynchronous"] with-asynchronous = ["futures-channel", "async-channel"] with-compression-lz4 = ["lz4"] with-compression-zlib = ["flate2"] with-hacking-commands = []