[package] name = "boring" version = "1.0.4" authors = ["Steven Fackler ", "Ivan Nikulin "] license = "Apache-2.0" description = "BoringSSL bindings" repository = "https://github.com/cloudflare/boring" documentation = "https://docs.rs/boring" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] [dependencies] bitflags = "1.0" foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" boring-sys = { version = "1.0.2", path = "../boring-sys" } [dev-dependencies] tempdir = "0.3" hex = "0.3" rusty-hook = "^0.10.1"