You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-ring/ring-fix-metadata.diff

30 lines
700 B

--- ring-0.16.20/Cargo.toml 2021-02-01T22:20:41+00:00
+++ ring-0.16.20/Cargo.toml 2023-04-01T14:09:25.801749+00:00
@@ -23,25 +23,10 @@
readme = "doc/link-to-readme.md"
keywords = ["crypto", "cryptography", "rand", "ECC", "RSA"]
categories = ["cryptography", "no-std"]
-license-file = "LICENSE"
+license = "ISC AND OpenSSL AND MIT"
repository = "https://github.com/briansmith/ring"
[package.metadata.docs.rs]
all-features = true
-[profile.bench]
-opt-level = 3
-lto = true
-codegen-units = 1
-debug = false
-debug-assertions = false
-rpath = false
-
-[profile.release]
-opt-level = 3
-lto = true
-codegen-units = 1
-debug = false
-debug-assertions = false
-rpath = false
[lib]
name = "ring"