Loading Cargo.toml +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"] Loading openssl-sys/Cargo.toml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
Cargo.toml +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"] Loading
openssl-sys/Cargo.toml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading