# 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 = "todc-net" version = "0.1.0" description = "Algorithms for message-passing (HTTP) distributed systems." homepage = "https://github.com/kaymanb/todc/tree/main" readme = "README.md" keywords = [ "distributed-systems", "message-passing", "atomics", ] categories = [ "algorithms", "asynchronous", ] license = "MIT" repository = "https://github.com/kaymanb/todc/tree/main" [dependencies.bytes] version = "1" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.4" features = ["full"] [dependencies.pin-project] version = "1.1.3" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.turmoil] version = "0.5" optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.turmoil] version = "0.5" [features] turmoil = ["dep:turmoil"]