# 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 = "sni_rs" version = "1.0.0" authors = [ "Brandon Pitman ", "Yi-Jyun Pan ", ] description = "Allow reading SNI host name from ClientHello asynchronously." keywords = [ "sni", "host", "ClientHello", ] categories = ["network-programming"] license = "ISC" repository = "https://github.com/pan93412/sni_rs" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.tokio] version = "1.17.0" features = [ "io-std", "io-util", ]