# 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 = "agfin" version = "0.8.0" authors = ["Joseph Hobbs"] description = "A simple, open-source personal finance program." readme = "README.md" license = "MIT" resolver = "2" [[bin]] name = "ag" path = "src/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.colored] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.0" [dependencies.inquire] version = "0.3.0" features = ["date"] [dependencies.sha256] version = "1.0.3" [dependencies.tectonic] version = "0.9.0"