# 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 = "netapp" version = "0.10.0" authors = ["Alex Auvolat "] description = "A toolkit library for distributed software" homepage = "https://git.deuxfleurs.fr/lx/netapp" readme = "README.md" keywords = [ "protocol", "rpc", "mesh", "distributed", ] categories = [ "asynchronous", "network-programming", ] license-file = "LICENSE" repository = "https://git.deuxfleurs.fr/lx/netapp" [package.metadata.cargo-all-features] skip_optional_dependencies = true [lib] name = "netapp" [dependencies.arc-swap] version = "1.1" [dependencies.async-trait] version = "0.1.7" [dependencies.bytes] version = "1.2" [dependencies.cfg-if] version = "1.0" [dependencies.err-derive] version = "0.3" [dependencies.futures] version = "0.3.17" [dependencies.hex] version = "0.4.2" [dependencies.kuska-handshake] version = "0.2.0" features = [ "default", "async_std", ] [dependencies.log] version = "0.4.8" [dependencies.lru] version = "0.7" optional = true [dependencies.opentelemetry] version = "0.17" optional = true [dependencies.opentelemetry-contrib] version = "0.9" optional = true [dependencies.pin-project] version = "1.0.10" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.1" [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", "sync", "time", "macros", "io-util", "signal", ] default-features = false [dependencies.tokio-stream] version = "0.1.7" [dependencies.tokio-util] version = "0.7" features = [ "compat", "io", ] default-features = false [dev-dependencies.chrono] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.structopt] version = "0.3" default-features = false [features] basalt = ["lru"] default = [] telemetry = [ "opentelemetry", "opentelemetry-contrib", ]