snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+11 -2
View File
@@ -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",
]