snapshot before rebranding
This commit is contained in:
@@ -8,6 +8,8 @@ description = "Fixtures for testing and benchmarking"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version = "1.84"
|
||||
documentation = "https://docs.rs/pezpallet-revive-fixtures"
|
||||
publish = false
|
||||
|
||||
[package.metadata.pezkuwi-sdk]
|
||||
exclude-from-umbrella = true
|
||||
@@ -17,7 +19,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
alloy-core = { workspace = true, default-features = true, features = [
|
||||
"sol-types",
|
||||
"sol-types",
|
||||
], optional = true }
|
||||
anyhow = { workspace = true, default-features = true, optional = true }
|
||||
pezsp-core = { workspace = true, default-features = true, optional = true }
|
||||
@@ -35,4 +37,11 @@ toml = { workspace = true }
|
||||
[features]
|
||||
default = ["std"]
|
||||
# only when std is enabled all fixtures are available
|
||||
std = ["alloy-core", "anyhow", "hex/std", "serde_json/std", "pezsp-core", "pezsp-io"]
|
||||
std = [
|
||||
"alloy-core",
|
||||
"anyhow",
|
||||
"hex/std",
|
||||
"serde_json/std",
|
||||
"pezsp-core",
|
||||
"pezsp-io",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user