# 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 = "strike-rs" version = "0.3.0" authors = ["thesimplekid "] description = "Strike API SDK" homepage = "https://github.com/thesimplekid/strike-rs" readme = "README.md" license = "MIT" repository = "https://github.com/thesimplekid/strike-rs" resolver = "2" [[example]] name = "create_invoice" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.6.20" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "rustls-tls-native-roots", "socks", ] default-features = false [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.4.0" features = [ "map-request-body", "util", ] [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"]