bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
33 lines
921 B
TOML
33 lines
921 B
TOML
[package]
|
|
name = "pezsp-application-crypto-test"
|
|
version = "2.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Integration tests for application-crypto"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
bizinikiwi-test-runtime-client = { workspace = true }
|
|
pezsp-api = { workspace = true, default-features = true }
|
|
pezsp-application-crypto = { workspace = true, default-features = true }
|
|
pezsp-core = { workspace = true }
|
|
pezsp-keystore = { workspace = true }
|
|
pezsp-tracing = { workspace = true, default-features = true }
|
|
|
|
[features]
|
|
bls-experimental = ["bizinikiwi-test-runtime-client/bls-experimental"]
|
|
runtime-benchmarks = [
|
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
|
"pezsp-api/runtime-benchmarks",
|
|
]
|