# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "clightningrpc_gossip_map" version = "0.0.1-beta.5" description = "Crate that provides a plugin API to give the possibility to implement a plugin in Rust" homepage = "https://github.com/laanwj/rust-clightning-rpc" readme = "README.md" keywords = [ "plugin", "cln", "rpc", "lightning", "bitcoin", ] license = "CC0-1.0" repository = "https://github.com/laanwj/rust-clightning-rpc.git" [dependencies.anyhow] version = "1" [dependencies.bitcoin] version = "0.30.0" [dependencies.byteorder] version = "1.4.3" [dependencies.fundamentals] version = "0.0.1-alpha.4" [dependencies.fundamentals-derive] version = "0.0.1-alpha.2" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.21" [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dev-dependencies.colored] version = "1.9" [dev-dependencies.log] version = "0.4" features = ["std"]