# 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 = "lightning-rapid-gossip-sync" version = "0.0.125" authors = ["Arik Sosman "] description = """ Utility to process gossip routing data from Rapid Gossip Sync Server. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" [package.metadata.docs.rs] all-features = true features = ["lightning/std"] [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.lightning] version = "0.0.125" default-features = false [dev-dependencies.lightning] version = "0.0.125" features = ["_test_utils"] [features] default = ["std"] std = [] [target."cfg(ldk_bench)".dependencies.criterion] version = "0.4" optional = true default-features = false