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.
75 lines
1.2 KiB
75 lines
1.2 KiB
2 months ago
|
--- rcgen-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ rcgen-0.13.1/Cargo.toml 2024-09-13T15:16:18.687118+00:00
|
||
|
@@ -43,22 +43,11 @@
|
||
|
required-features = ["pem"]
|
||
|
|
||
|
[[example]]
|
||
|
-name = "sign-leaf-with-ca"
|
||
|
-required-features = [
|
||
|
- "pem",
|
||
|
- "x509-parser",
|
||
|
-]
|
||
|
-
|
||
|
-[[example]]
|
||
|
name = "simple"
|
||
|
required-features = [
|
||
|
"crypto",
|
||
|
"pem",
|
||
|
]
|
||
|
-
|
||
|
-[dependencies.aws-lc-rs]
|
||
|
-version = "1.6.0"
|
||
|
-optional = true
|
||
|
|
||
|
[dependencies.pem]
|
||
|
version = "3.0.2"
|
||
|
@@ -76,11 +65,6 @@
|
||
|
version = "0.3.6"
|
||
|
default-features = false
|
||
|
|
||
|
-[dependencies.x509-parser]
|
||
|
-version = "0.16"
|
||
|
-features = ["verify"]
|
||
|
-optional = true
|
||
|
-
|
||
|
[dependencies.yasna]
|
||
|
version = "0.5.2"
|
||
|
features = [
|
||
|
@@ -91,10 +75,6 @@
|
||
|
[dependencies.zeroize]
|
||
|
version = "1.2"
|
||
|
optional = true
|
||
|
-
|
||
|
-[dev-dependencies.botan]
|
||
|
-version = "0.10"
|
||
|
-features = ["vendored"]
|
||
|
|
||
|
[dev-dependencies.openssl]
|
||
|
version = "0.10"
|
||
|
@@ -116,25 +96,13 @@
|
||
|
version = "0.102"
|
||
|
features = ["std"]
|
||
|
|
||
|
-[dev-dependencies.x509-parser]
|
||
|
-version = "0.16"
|
||
|
-features = ["verify"]
|
||
|
-
|
||
|
[features]
|
||
|
-aws_lc_rs = [
|
||
|
- "crypto",
|
||
|
- "dep:aws-lc-rs",
|
||
|
-]
|
||
|
crypto = []
|
||
|
default = [
|
||
|
"crypto",
|
||
|
"pem",
|
||
|
"ring",
|
||
|
]
|
||
|
-fips = [
|
||
|
- "aws_lc_rs",
|
||
|
- "aws-lc-rs?/fips",
|
||
|
-]
|
||
|
ring = [
|
||
|
"crypto",
|
||
|
"dep:ring",
|