snapshot before rebranding
This commit is contained in:
@@ -26,12 +26,12 @@ pezsp-io = { workspace = true }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"full_crypto",
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-io/std",
|
||||
"codec/std",
|
||||
"full_crypto",
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-io/std",
|
||||
]
|
||||
|
||||
# Serde support without relying on std features.
|
||||
@@ -41,11 +41,11 @@ serde = ["dep:serde", "scale-info/serde", "pezsp-core/serde"]
|
||||
# or Intel SGX.
|
||||
# For the regular wasm runtime builds this should not be used.
|
||||
full_crypto = [
|
||||
"pezsp-core/full_crypto",
|
||||
"pezsp-io/disable_oom",
|
||||
# Don't add `panic_handler` and `alloc_error_handler` since they are expected to be provided
|
||||
# by the user anyway.
|
||||
"pezsp-io/disable_panic_handler",
|
||||
"pezsp-core/full_crypto",
|
||||
"pezsp-io/disable_oom",
|
||||
# Don't add `panic_handler` and `alloc_error_handler` since they are expected to be provided
|
||||
# by the user anyway.
|
||||
"pezsp-io/disable_panic_handler",
|
||||
]
|
||||
|
||||
# This feature adds BLS crypto primitives.
|
||||
@@ -57,6 +57,6 @@ bls-experimental = ["pezsp-core/bls-experimental", "pezsp-io/bls-experimental"]
|
||||
# It should not be used in production since the implementation and interface may still
|
||||
# be subject to significant changes.
|
||||
bandersnatch-experimental = [
|
||||
"pezsp-core/bandersnatch-experimental",
|
||||
"pezsp-io/bandersnatch-experimental",
|
||||
"pezsp-core/bandersnatch-experimental",
|
||||
"pezsp-io/bandersnatch-experimental",
|
||||
]
|
||||
|
||||
@@ -8,6 +8,7 @@ license = "Apache-2.0"
|
||||
publish = false
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-application-crypto-test"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -26,6 +27,6 @@ bizinikiwi-test-runtime-client = { workspace = true }
|
||||
[features]
|
||||
bls-experimental = ["bizinikiwi-test-runtime-client/bls-experimental"]
|
||||
runtime-benchmarks = [
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user