# 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 = "2018" name = "sslrelay" version = "0.6.2" authors = ["PinkP4nther @Pink_P4nther"] description = "A TCP relay library for relaying/modifying/spoofing TCP traffic by implementing callback code." keywords = ["tcp", "networking", "relay", "tls", "ssl"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/PinkP4nther/SSLRelay-lib" [dependencies.openssl] version = "0.10.36"