[package] name = "clightningrpc_gossip_map" version = "0.0.1-beta.5" edition = "2021" description = "Crate that provides a plugin API to give the possibility to implement a plugin in Rust" license = "CC0-1.0" homepage = "https://github.com/laanwj/rust-clightning-rpc" repository = "https://github.com/laanwj/rust-clightning-rpc.git" keywords = [ "plugin", "cln", "rpc", "lightning", "bitcoin" ] readme = "README.md" [dependencies] anyhow = "1" log = "0.4.21" byteorder = "1.4.3" hex = "0.4.3" bitcoin = { version = "0.30.0" } fundamentals = { version = "0.0.1-alpha.4" } fundamentals-derive = { version = "0.0.1-alpha.2"} [dev-dependencies] anyhow = "1.0.70" colored = "1.9" log = { version = "0.4", features = ["std"] } chrono = { version = "0.4", features = ["std"], default-features = false }