--- ring-0.16.20/Cargo.toml 2021-02-01T22:20:41+00:00 +++ ring-0.16.20/Cargo.toml 2023-03-18T22:06:09.210728+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"