# 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.80.0" name = "rama-net" version = "0.2.0-alpha.3" authors = ["Glen De Cauwsemaecker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rama network types and utilities" readme = "README.md" keywords = [ "io", "async", "non-blocking", "network", "rama", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/rama" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rama_net" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.boring] version = "4.9.1" optional = true [dependencies.bytes] version = "1" [dependencies.futures-lite] version = "2.3.0" [dependencies.headers] version = "0.4" [dependencies.hex] version = "0.4" optional = true [dependencies.ipnet] version = "2.9.0" [dependencies.nom] version = "7.1.3" optional = true [dependencies.opentelemetry] version = "0.24" features = ["trace"] optional = true default-features = false [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rama-core] version = "0.2.0-alpha.3" [dependencies.rama-http-types] version = "0.2.0-alpha.3" optional = true [dependencies.rama-utils] version = "0.2.0-alpha.3" [dependencies.rustls] version = "0.23" features = [ "logging", "std", "tls12", "aws_lc_rs", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.39" features = [ "macros", "fs", "io-std", "io-util", "net", ] [dependencies.tracing] version = "0.1" [dependencies.venndb] version = "0.5.0" optional = true [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.tokio] version = "1.39" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [features] boring = [ "tls", "dep:boring", "dep:nom", ] default = [] http = ["dep:rama-http-types"] rustls = [ "tls", "dep:rustls", ] rustls-ring = [ "rustls", "rustls/ring", ] telemetry = ["rama-core/telemetry"] tls = ["dep:hex"]