[package] name = "pezsnowbridge-verification-primitives" description = "Snowbridge Verification Primitives" version = "0.2.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true license = "Apache-2.0" categories = ["cryptography::cryptocurrencies"] documentation = "https://docs.rs/pezsnowbridge-verification-primitives" homepage = { workspace = true } [lints] workspace = true [package.metadata.pezkuwi-sdk] exclude-from-umbrella = true [dependencies] codec = { workspace = true } pezframe-support = { workspace = true } pezsnowbridge-beacon-primitives = { workspace = true } pezsp-core = { workspace = true } pezsp-std = { workspace = true } scale-info = { features = ["derive"], workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe-support/std", "pezsnowbridge-beacon-primitives/std", "pezsp-core/std", "pezsp-std/std", "scale-info/std", ] runtime-benchmarks = [ "pezframe-support/runtime-benchmarks", "pezsnowbridge-beacon-primitives/runtime-benchmarks", ]