# 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" rust-version = "1.63.0" name = "lnbits-rs" version = "0.3.0" authors = ["thesimplekid "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for the LNbits API" documentation = "https://docs.rs/lnbits-rs" readme = "README.md" keywords = [ "lnbits", "rust", "lnbit", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/thesimplekid/lnbits-rs" [profile.ci] lto = "off" incremental = false inherits = "dev" [lib] name = "lnbits_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.6.20" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "rustls-tls-native-roots", "socks", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.tokio] version = "1" default-features = false [dependencies.url] version = "2.3"