# 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 = "stonfi_api_client" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API client for Stonfi" readme = "README.md" license = "MIT" repository = "https://github.com/Sild/api_clients_rs" [lib] name = "stonfi_api_client" path = "src/lib.rs" [[test]] name = "test_api_dex" path = "tests/test_api_dex.rs" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.reqwest-middleware] version = "0.3" [dependencies.reqwest-retry] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.214" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_with] version = "3.11.0" [dependencies.tokio] version = "1.41" features = ["full"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio-test] version = "0.4.4"