# 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 = "phoenixd-rs" version = "0.4.0" authors = ["thesimplekid "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Phoenixd API SDK" homepage = "https://github.com/thesimplekid/phoenixd-rs" readme = "README.md" license = "MIT" repository = "https://github.com/thesimplekid/phoenixd-rs" [profile.ci] lto = "off" incremental = false inherits = "dev" [lib] name = "phoenixd_rs" path = "src/lib.rs" [[example]] name = "create_invoice" path = "examples/create_invoice.rs" [[example]] name = "pay_invoice" path = "examples/pay_invoice.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.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"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" default-features = false [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dev-dependencies.uuid] version = "1" features = ["v4"]