# 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 = "2018" name = "correspondent" version = "0.3.1" description = "non-hierarchical networking library" homepage = "https://github.com/geeklint/correspondent" readme = "README.md" keywords = ["network-programming"] license = "Apache-2.0 OR MIT OR Zlib" repository = "https://github.com/geeklint/correspondent" [dependencies.futures-util] version = "0.3" features = ["channel"] [dependencies.pem] version = "1.1.0" [dependencies.quinn] version = "0.8.4" features = ["tls-rustls"] default-features = false [dependencies.rand] version = "0.8" [dependencies.rcgen] version = "0.9.3" features = [ "pem", "x509-parser", ] [dependencies.rustls] version = "0.20.6" [dependencies.rustls-pemfile] version = "1.0.1" [dependencies.socket2] version = "0.4.6" [dependencies.time] version = "0.3.14" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.webpki] version = "0.22" [dependencies.x509-parser] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.dbus] version = "0.9" [target."cfg(target_os = \"linux\")".dependencies.dbus-tokio] version = "0.7" [target."cfg(windows)".dependencies.gethostname] version = "0.2.1" [target."cfg(windows)".dependencies.windows] version = "0.18.0"