# 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" name = "net-stream" version = "0.1.1" authors = ["Asger Juul Brunshøj "] publish = true description = "Typed streams for Rust client/server TCP and UDP networking" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/plul/net-stream" [dependencies.assert_let_bind] version = "0.1.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.2" [dependencies.derive_more] version = "0.99" features = [ "from", "deref", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smart-default] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.20" features = [ "net", "rt", ] [dependencies.tokio-stream] version = "0.1.9" features = [ "net", "time", ] default-features = false [dependencies.tokio-util] version = "0.7" features = [ "net", "codec", ] [dependencies.typed-builder] version = "0.15" [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", "fast-rng", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1.20" features = [ "io-std", "io-util", "time", "macros", "rt-multi-thread", ]