# 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-uring-rustls" version = "0.3.1" authors = ["CTY "] description = "Integrate rustls into tokio-uring" readme = "README.md" license = "MIT" repository = "https://github.com/cty123/tokio-uring-rustls" [lib] name = "tokio_uring_rustls" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.rustls] version = "0.21.1" [dependencies.tokio-uring] version = "0.4.0" features = ["bytes"] [dev-dependencies.clap] version = "4" [dev-dependencies.rustls] version = "0.21.1" features = ["dangerous_configuration"] [dev-dependencies.rustls-pemfile] version = "1.0.2" [dev-dependencies.tokio] version = "1" features = ["full"]