# 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_api" version = "0.1.0" authors = ["Josh Bowden "] description = "A REST API that provides historical snapshots of CoinGecko coin dominance API" homepage = "https://github.com/ferrosync/coingecko-cache" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ferrosync/coingecko-cache" [dependencies.actix-web] version = "3" features = ["rust-tls"] [dependencies.base64] version = "0.13" [dependencies.bigdecimal] version = "0.2" features = ["serde"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.listenfd] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.serde_with] version = "1.5" features = ["hex"] [dependencies.snafu] version = "0.6" [dependencies.sqlx] version = "0.4" features = ["postgres", "json", "bigdecimal", "chrono", "uuid", "runtime-tokio-rustls", "macros", "offline"] default-features = false [dependencies.uuid] version = "0.8" features = ["serde", "v4"]