# 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 = "blip" version = "0.3.0" authors = ["nytopop "] description = "A crate for writing fast and highly resilient in-process gRPC service meshes." homepage = "https://github.com/nytopop/blip" documentation = "https://docs.rs/blip" readme = "README.md" keywords = [ "rapid", "membership", "mesh", "grpc", "cluster", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nytopop/blip" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytes] version = "1.1.0" [dependencies.cache_2q] version = "0.10.1" optional = true [dependencies.consistent_hash_ring] version = "0.8.0" optional = true [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.21" features = ["alloc"] [dependencies.http] version = "0.2.7" [dependencies.http-body] version = "0.4.4" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.10.0" optional = true [dependencies.prost] version = "0.10.3" [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = [ "sync", "rt-multi-thread", "time", "macros", ] [dependencies.tonic] version = "0.7.2" features = [ "transport", "tls", "prost", ] [dependencies.tower-layer] version = "0.3.1" [dependencies.tracing] version = "0.1.34" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_async] version = "0.1.1" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.simplelog] version = "0.12.0" features = ["test"] [dev-dependencies.version-sync] version = "0.9.4" [build-dependencies.tonic-build] version = "0.7.2" features = [ "transport", "prost", ] default-features = false [features] cache = [ "consistent_hash_ring", "cache_2q", "once_cell", ] default = [] full = ["cache"]