# 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 = "cryptop" version = "0.1.11" authors = ["Kadin Sayani "] description = "A user friendly CLI for getting cryptocurrency prices and information." homepage = "https://github.com/kadinsayani/cryptop" readme = "README.md" keywords = [ "cli", "crypto", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kadinsayani/cryptop" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.indicatif] version = "0.17.3" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = ["full"]