# 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 = "fig_cli" version = "0.1.11" authors = ["IsotoxalDev"] description = "fig is a cli finance tracker" readme = "README.md" keywords = [ "CLI", "Finance", "Productivity", "Budget", "Money", ] license = "MIT" repository = "https://github.com/IsotoxalDev/memtech" [[bin]] name = "fig" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.currency_rs_isotoxal] version = "1.1.3" [dependencies.rustyline] version = "11.0.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.toml] version = "0.7.3"