--- ring-0.17.5/Cargo.toml 1970-01-01T00:00:01+00:00 +++ ring-0.17.5/Cargo.toml 2023-10-25T13:04:28.092749+00:00 @@ -165,7 +165,7 @@ "cryptography", "no-std", ] -license-file = "LICENSE" +license = "ISC AND MIT AND OpenSSL" repository = "https://github.com/briansmith/ring" [package.metadata.docs.rs] @@ -210,9 +210,6 @@ slow_tests = [] std = ["alloc"] test_logging = [] -unstable-testing-arm-no-hw = [] -unstable-testing-arm-no-neon = [] -wasm32_unknown_unknown_js = ["getrandom/js"] [target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\", target_os = \"windows\"))))".dependencies.spin] version = "0.9.8"