# 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 = "boltz-client" version = "0.1.2" authors = ["i5hi "] description = "a boltz client for swaps between BTC/LBTC & LN" readme = "README.md" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "boltz_client" crate-type = ["lib"] path = "src/lib.rs" doctest = false [dependencies.bip39] version = "2.0.0" [dependencies.bitcoin] version = "0.31.1" features = [ "rand", "base64", "rand-std", ] [dependencies.electrum-client] version = "0.19.0" [dependencies.elements] version = "0.24.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.lightning-invoice] version = "0.26.0" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.ureq] version = "2.8.0" features = ["json"]