# 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 = "geckoterminal-rs" version = "0.2.5" description = "RESTful asynchronous Rust client for GeckoTerminal API" readme = "README.md" keywords = [ "geckoterminal", "rest", "api", "async", "crypto", ] license = "MIT" repository = "https://github.com/dineshpinto/geckoterminal-rs" [lib] name = "geckoterminal_rs" path = "src/lib.rs" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.0" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.cargo-tarpaulin] version = "0.27" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.more-asserts] version = "0.3.1"