# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "coingecko_cache_loader" version = "0.1.0" authors = ["Josh Bowden "] description = "CoinGecko API poller for coin dominance and database loader for snapshots" homepage = "https://github.com/ferrosync/coingecko-cache" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ferrosync/coingecko-cache" [dependencies.base64] version = "0.13" [dependencies.bigdecimal] version = "0.2" features = ["serde"] [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.leaky-bucket] version = "0.8" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.reqwest] version = "0.10" features = ["json", "rustls-tls", "cookies", "json", "gzip", "brotli", "stream"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.5" [dependencies.sha2] version = "0.9" [dependencies.sqlx] version = "0.4" features = ["postgres", "json", "bigdecimal", "chrono", "uuid", "macros", "runtime-tokio-rustls", "offline"] default-features = false [dependencies.tokio] version = "0.2" features = ["full", "time"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]