# 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" rust-version = "1.65" name = "aggligator" version = "0.8.3" authors = ["Sebastian Urban "] description = "Aggregates multiple links (TCP or similar) into one connection having their combined bandwidth and provides resiliency against failure of individual links." readme = "README.md" keywords = [ "multi-link", "multipath", "connection", "resilient", "redundant", ] categories = [ "asynchronous", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/surban/aggligator" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.atomic_refcell] version = "0.1.8" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.1" [dependencies.crc32fast] version = "1.3" [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.rand_xoshiro] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1.19" features = [ "time", "macros", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.x25519-dalek] version = "2" [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.19" features = [ "rt", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [features] default = [] dump = [ "serde", "serde_json", "tokio/fs", "tokio/io-util", ]