[package] name = "pezpallet-recovery" version = "28.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "FRAME account recovery pallet" readme = "README.md" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { features = ["derive"], workspace = true } frame = { workspace = true, features = ["runtime"] } scale-info = { features = ["derive"], workspace = true } [dev-dependencies] pezpallet-balances = { workspace = true, default-features = true } [features] default = ["std"] runtime-benchmarks = [ "frame/runtime-benchmarks", "pezpallet-balances/runtime-benchmarks", ] std = ["codec/std", "frame/std", "pezpallet-balances/std", "scale-info/std"] try-runtime = ["frame/try-runtime", "pezpallet-balances/try-runtime"]