# 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 = "price-notifications" version = "0.1.0" description = "A simple CLI tool to send cryptocurrency price notifications via SMS" readme = "README.md" license = "GPL-3.0-or-later" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.coingecko] version = "1.0.1" [dependencies.colored] version = "2.0.4" [dependencies.dialoguer] version = "0.10.4" [dependencies.flexi_logger] version = "0.25.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.175" [dependencies.serde_json] version = "1.0.103" [dependencies.tokio] version = "1.6.0" features = ["full"] [dependencies.twilio] version = "1.0.2"