# 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 = "blaze-ssl-async" version = "0.4.0" authors = ["Jacobtread "] description = "Legacy SSLv3 bare minimum implementation" readme = "README.md" keywords = [ "EA", "ssl", "sslv3", "async", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT" repository = "https://github.com/jacobtread/blaze-ssl-async" [dependencies.bytes] version = "1" [dependencies.num_enum] version = "0.7" [dependencies.rsa] version = "0.9" [dependencies.tokio] version = "1" features = [ "io-util", "net", ] [dependencies.x509-cert] version = "0.2" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] blaze-cert = [] default = ["blaze-cert"]