# 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 = "bytecon_tls" version = "0.1.1" authors = ["Austin Heller"] description = "A library for sending ByteConverter implementations over TLS from clients to a server." readme = "README.md" keywords = [ "networking", "trait", "async", "client", "server", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/bytecon_tls" [dependencies.base64] version = "0.22" [dependencies.bytecon] version = "0.1" features = ["tokio"] [dependencies.chrono] version = "0.4" [dependencies.cloneless_cow] version = "0.1" [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.23" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rcgen] version = "0.13" features = ["pem"] [dev-dependencies.tempfile] version = "3"