# 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-liquidity" version = "0.1.0-alpha.6" authors = [ "John Cantrell ", "Elias Rohrer ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and primitives to integrate a spec-compliant LSP with an LDK-based node." homepage = "https://lightningdevkit.org/" readme = "README.md" keywords = [ "bitcoin", "lightning", "ldk", "bdk", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/lightning-liquidity/" [lib] name = "lightning_liquidity" path = "src/lib.rs" [[test]] name = "lsps2_integration_tests" path = "tests/lsps2_integration_tests.rs" [dependencies.bitcoin] version = "0.32.2" features = ["serde"] default-features = false [dependencies.chrono] version = "0.4" features = [ "serde", "alloc", ] default-features = false [dependencies.hashbrown] version = "0.8" optional = true [dependencies.lightning] version = "0.0.125" default-features = false [dependencies.lightning-invoice] version = "0.32.0" features = ["serde"] default-features = false [dependencies.lightning-types] version = "0.1" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0" [dev-dependencies.lightning] version = "0.0.125" features = ["_test_utils"] default-features = false [dev-dependencies.lightning-background-processor] version = "0.0.125" features = ["std"] default-features = false [dev-dependencies.lightning-persister] version = "0.0.125" default-features = false [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tokio] version = "1.35" features = [ "rt-multi-thread", "time", "sync", "macros", ] default-features = false [features] default = ["std"] no-std = [ "hashbrown", "lightning/no-std", ] std = [ "lightning/std", "bitcoin/std", "lightning-invoice/std", ] [lints.rust.unexpected_cfgs] level = "forbid" priority = 0 check-cfg = ["cfg(lsps1)"]