[package] name = "fork-tree" version = "13.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes. (polkadot v1.10.0)" documentation = "https://docs.rs/fork-tree" readme = "README.md" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }