# 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 = "fin-stat" version = "0.1.1" authors = ["David Lawrence Campbell"] description = "Application for tracking your finances." homepage = "https://github.com/dcampbell24/fin-stat" documentation = "https://docs.rs/fin-stat" readme = "README.md" keywords = ["finance"] categories = ["finance"] license-file = "LICENSE.txt" repository = "https://github.com/dcampbell24/fin-stat" [package.metadata.deb] assets = [ [ "target/release/fin-stat", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/fin-stat/", "644", ], [ "fin-stat.1.gz", "usr/share/man/man1/", "644", ], [ "fin-stat.desktop", "usr/share/applications/", "644", ], [ "icons/fin-stat_16x16.png", "usr/share/icons/hicolor/16x16/apps/fin-stat.png", "644", ], [ "icons/fin-stat_22x22.png", "usr/share/icons/hicolor/22x22/apps/fin-stat.png", "644", ], [ "icons/fin-stat_24x24.png", "usr/share/icons/hicolor/24x24/apps/fin-stat.png", "644", ], [ "icons/fin-stat_32x32.png", "usr/share/icons/hicolor/32x32/apps/fin-stat.png", "644", ], [ "icons/fin-stat_42x42.png", "usr/share/icons/hicolor/42x42/apps/fin-stat.png", "644", ], [ "icons/fin-stat_64x64.png", "usr/share/icons/hicolor/64x64/apps/fin-stat.png", "644", ], [ "icons/fin-stat_128x128.png", "usr/share/icons/hicolor/128x128/apps/fin-stat.png", "644", ], ] changelog = "changelog.Debian" maintainer = "David Campbell " section = "misc" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.iced] version = "0.10" [dependencies.regex] version = "1" [dependencies.rust_decimal] version = "1" [dependencies.rust_decimal_macros] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thousands] version = "0.2"