# 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 = "cmc" version = "0.4.4" authors = ["Dzhegash "] description = "Rust Library for the CoinMarketCap API" documentation = "https://docs.rs/crate/cmc/" readme = "README.md" keywords = [ "cryptocurrency", "coinmarket", "coinmarketcap", "price", "nft", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dzhegash/cmc" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["float_roundtrip"] [dependencies.thiserror] version = "1.0.31" [features] async = [] cryptocurrency = [] default = [ "cryptocurrency", "exchange", "fiat", "global_metrics", "key", "tools", ] exchange = [] fiat = [] global_metrics = [] key = [] tools = []