[package] name = "openssl-verify" version = "0.2.0" authors = ["Steven Fackler "] license = "MIT/Apache-2.0" description = "Hostname verification for OpenSSL" repository = "https://github.com/sfackler/rust-openssl-verify" documentation = "https://sfackler.github.io/rust-openssl-verify/doc/v0.2.0/openssl_verify" readme = "README.md" [dependencies] openssl = "0.8"