Loading openssl-sys/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build.rs" [dependencies] libc = "0.2" Loading openssl/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] build = "build.rs" # these are deprecated and don't do anything anymore [features] Loading systest/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ name = "systest" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] build = "build.rs" [dependencies] libc = "0.2" Loading Loading
openssl-sys/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build.rs" [dependencies] libc = "0.2" Loading
openssl/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] build = "build.rs" # these are deprecated and don't do anything anymore [features] Loading
systest/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ name = "systest" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] build = "build.rs" [dependencies] libc = "0.2" Loading