# 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 = "strike-api" version = "0.0.3" authors = ["Nathan Harmon "] description = "Strike lightning network API for the Bitcoin network." homepage = "https://theadventuresofaliceandbob.com/" readme = "README.md" keywords = ["lightning", "bitcoin", "strike", "api", "lightning-network"] categories = ["cryptography::cryptocurrencies", "api-bindings"] license-file = "LICENSE" repository = "https://github.com/nmharmon8/strike-api.git" resolver = "2" [dependencies.async-trait] version = "0.1.52" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] base = ["types", "reqwest", "async-trait", "serde_json", "serde", "rand"] default = ["base"] tipping = ["base"] types = ["serde"] [badges.maintenance] status = "actively-developed"