# 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 = "ddmw-client" version = "0.3.2" authors = ["Jan Danielsson "] exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "ddmwapp.toml", "rustfmt.toml", ] description = "Utility functions for DDMW client application/proxy integrations" keywords = ["ddmw"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/ddmw-client" [dependencies.async-trait] version = "0.1.52" [dependencies.blather] version = "0.9.0" [dependencies.bytes] version = "1.5.0" [dependencies.figment] version = "0.10.11" features = ["toml"] [dependencies.futures] version = "0.3.28" [dependencies.killswitch] version = "0.3.0" [dependencies.num] version = "0.4.1" [dependencies.protwrap] version = "0.2.2" features = ["tokio"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-util", "macros", "net", ] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tokio-util] version = "0.7.9" features = ["codec"] [dev-dependencies.async-trait] version = "0.1.52" [dev-dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread"] [target."cfg(windows)".dependencies.winreg] version = "0.10.1"