# 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" rust-version = "1.81" name = "financial-accounts" version = "0.3.0" authors = ["David Campbell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Application for tracking your finances." homepage = "https://github.com/dcampbell24/financial-accounts" documentation = "https://docs.rs/financial-accounts" readme = "README.md" keywords = ["finance"] categories = ["finance"] license = "MIT OR Apache-2.0" repository = "https://github.com/dcampbell24/financial-accounts" [package.metadata.deb] assets = [ [ "target/release/financial-accounts", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/financial-accounts/", "644", ], [ "demo-ledger.ron", "usr/share/doc/financial-accounts/", "644", ], [ "debian/financial-accounts.1.gz", "usr/share/man/man1/", "644", ], [ "debian/financial-accounts.desktop", "usr/share/applications/", "644", ], [ "icons/financial-accounts_16x16.png", "usr/share/icons/hicolor/16x16/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_22x22.png", "usr/share/icons/hicolor/22x22/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_24x24.png", "usr/share/icons/hicolor/24x24/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_32x32.png", "usr/share/icons/hicolor/32x32/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_42x42.png", "usr/share/icons/hicolor/42x42/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_64x64.png", "usr/share/icons/hicolor/64x64/apps/financial-accounts.png", "644", ], [ "icons/financial-accounts_128x128.png", "usr/share/icons/hicolor/128x128/apps/financial-accounts.png", "644", ], ] changelog = "debian/changelog" copyright = "2024 David Lawrence Campbell" depends = "$auto, xdg-desktop-portal-kde (>= 5.27.5-2) | xdg-desktop-portal-gtk (>= 1.14.1-1) | xdg-desktop-portal-gnome (>= 43.1-2)" extended-description-file = "debian/README.txt" maintainer = "David Campbell " section = "misc" [lib] name = "financial_accounts" path = "src/lib.rs" [[bin]] name = "financial-accounts" path = "src/bin/financial-accounts.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_lex] version = "0.7" [dependencies.csv] version = "1" [dependencies.dirs] version = "5" [dependencies.fs4] version = "0.9" features = ["sync"] [dependencies.futures] version = "0.3" [dependencies.iced] version = "0.13" features = [ "async-std", "canvas", "tokio", ] [dependencies.plotters] version = "0.3" [dependencies.plotters-iced] version = "0.11" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" [dependencies.rfd] version = "0.14" features = [ "xdg-portal", "tokio", ] default-features = false [dependencies.ron] version = "0.8" [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" [dependencies.webbrowser] version = "1" [dependencies.yahoo_finance_api] version = "2" features = ["decimal"] [lints.clippy] cargo = "warn" pedantic = "warn" [lints.clippy.multiple_crate_versions] level = "allow" priority = 1