Loading openssl-errors/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name = "openssl-errors" version = "0.2.0" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2018" edition = "2021" license = "MIT OR Apache-2.0" description = "Custom error library support for the openssl crate." repository = "https://github.com/sfackler/rust-openssl" Loading openssl-macros/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-macros" version = "0.1.1" edition = "2018" edition = "2021" license = "MIT OR Apache-2.0" description = "Internal macros used by the openssl crate." repository = "https://github.com/sfackler/rust-openssl" Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build/main.rs" edition = "2018" edition = "2021" rust-version = "1.63.0" [features] Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] edition = "2018" edition = "2021" rust-version = "1.63.0" # these are deprecated and don't do anything anymore Loading Loading
openssl-errors/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name = "openssl-errors" version = "0.2.0" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2018" edition = "2021" license = "MIT OR Apache-2.0" description = "Custom error library support for the openssl crate." repository = "https://github.com/sfackler/rust-openssl" Loading
openssl-macros/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-macros" version = "0.1.1" edition = "2018" edition = "2021" license = "MIT OR Apache-2.0" description = "Internal macros used by the openssl crate." repository = "https://github.com/sfackler/rust-openssl" Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build/main.rs" edition = "2018" edition = "2021" rust-version = "1.63.0" [features] Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] edition = "2018" edition = "2021" rust-version = "1.63.0" # these are deprecated and don't do anything anymore Loading