[package] name = "gdp_rs" version = "0.1.1" edition = "2021" description = "A library for implementing Ghosts-of-departed-proofs pattern in rust" repository = "https://github.com/manomayam/manas" license = "MIT OR Apache-2.0" [dependencies] either = "1.8.1" frunk_core = "0.4.2" thiserror = "1.0.41" # feature: serde serde = { version = "1.0.166", optional = true } [features] serde = ["dep:serde"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"]