# 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 = "garage_net" version = "1.0.1" authors = ["Alex Auvolat "] description = "Networking library for Garage RPC communication, forked from Netapp" readme = "README.md" license = "AGPL-3.0" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" resolver = "2" [lib] path = "lib.rs" [dependencies.arc-swap] version = "1.0" [dependencies.async-trait] version = "0.1.7" [dependencies.bytes] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.err-derive] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.kuska-handshake] version = "0.2.0" features = [ "default", "async_std", ] [dependencies.log] version = "0.4" [dependencies.opentelemetry] version = "0.17" features = [ "rt-tokio", "metrics", "trace", ] optional = true [dependencies.opentelemetry-contrib] version = "0.9" optional = true [dependencies.pin-project] version = "1.0.12" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] default-features = false [dependencies.sodiumoxide] version = "0.2.5-0" package = "kuska-sodiumoxide" [dependencies.tokio] version = "1.0" features = [ "net", "rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs", ] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = [ "compat", "io", ] [dev-dependencies.pretty_env_logger] version = "0.5" [features] default = [] telemetry = [ "opentelemetry", "opentelemetry-contrib", ]