[package] name = "sni_rs" description = "Allow reading SNI host name from ClientHello asynchronously." keywords = ["sni", "host", "ClientHello"] categories = ["network-programming"] repository = "https://github.com/pan93412/sni_rs" license = "ISC" version = "1.0.0" edition = "2021" authors = ["Brandon Pitman ", "Yi-Jyun Pan "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3" tokio = { version = "1.17.0", features = ["io-std", "io-util"] }