# 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 = "zigfi" version = "2.0.1" authors = ["Aldrin Zigmund Cortez Velasco "] description = "zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets you're watching easily into watchlists." homepage = "https://github.com/aldrinzigmundv/zigfi" keywords = ["finance", "stock", "cli", "app", "crypto"] categories = ["command-line-interface"] license = "AGPL-3.0-or-later" repository = "https://github.com/aldrinzigmundv/zigfi" resolver = "2" [package.metadata.rpm] package = "zigfi" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.zigfi] path = "/usr/bin/zigfi" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.19" [dependencies.confy] version = "0.4.0" [dependencies.crossterm] version = "0.22.1" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.yahoo_finance_api] version = "1.2.2" [dependencies.zigarg] version = "1.1.0"