Commit b7c88101 authored by Steven Fackler's avatar Steven Fackler
Browse files

Add more crate metadata

parent 178d0f0c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.0.2"
authors = ["Steven Fackler <sfackler@gmail.com"]
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/doc/openssl"
readme = "README.md"
keywords = ["crypto", "tls", "ssl"]

[features]
tlsv1_2 = ["openssl-sys/tlsv1_2"]
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ name = "openssl-sys"
version = "0.0.2"
authors = ["Alex Crichton <alex@alexcrichton.com>",
           "Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"

links = "openssl"
build = "src/build.rs"