# 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 = "async-proto" version = "0.24.1" authors = ["Fenhl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple async binary network protocols" readme = "README.md" license = "MIT" repository = "https://github.com/fenhl/async-proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "async_proto" path = "src/lib.rs" [dependencies.async-proto-derive] version = "=0.24.1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" optional = true [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.chrono-tz] version = "0.10" optional = true [dependencies.either] version = "1" optional = true [dependencies.enumset] version = "1" optional = true [dependencies.fallible_collections] version = "0.4" features = ["rust_1_57"] [dependencies.futures] version = "0.3" optional = true [dependencies.git2] version = "0.19" optional = true default-features = false [dependencies.gix-hash] version = "0.15" optional = true [dependencies.noisy_float] version = "0.2" optional = true [dependencies.semver] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.serenity] version = "0.12.1" optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.tokio-tungstenite021] version = "0.21" features = ["rustls-tls-webpki-roots"] optional = true package = "tokio-tungstenite" [dependencies.tokio-tungstenite024] version = "0.24" features = ["rustls-tls-webpki-roots"] optional = true package = "tokio-tungstenite" [dependencies.uuid] version = "1" optional = true [features] tokio-tungstenite021 = [ "dep:tokio-tungstenite021", "futures", ] tokio-tungstenite024 = [ "dep:tokio-tungstenite024", "futures", ]