# 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 = "tokio-schannel" version = "0.1.1" authors = ["youyuanwu@outlook.com"] description = """ An implementation of TLS streams for Tokio backed by Schannel """ documentation = "https://github.com/youyuanwu/tokio-schannel" readme = "README.md" keywords = ["tls"] categories = [ "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/youyuanwu/tokio-schannel" [dependencies.schannel] version = "0.1" [dependencies.tokio] version = "1" [dev-dependencies.tokio] version = "1" features = [ "io-util", "net", "rt", "time", "macros", ]