# 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 = "rustls_pay_load" version = "0.1.2" authors = ["Andy "] description = "rustls is string or &str and file to pay load" readme = "README.md" keywords = [ "rustls", "string", "file", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/x7c7v7i87/rustls_pay_load.git" [lib] name = "rustls_pay_load" path = "src/lib.rs" [dependencies.rustls] version = "0.20.8" [dependencies.rustls-pemfile] version = "1.0.2" [dev-dependencies.tokio] version = "1.24.2" features = ["full"] [dev-dependencies.tokio-rustls] version = "0.23.4"