# 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 = "2018" name = "financ" version = "0.4.0" authors = ["Zsombor Gegesy "] description = "Tool to inspect and modify GnuCash files, and correlate with external sources" homepage = "https://github.com/gzsombor/financ" license = "MIT OR Apache-2.0" repository = "https://github.com/gzsombor/financ" [dependencies.anyhow] version = "1.0" [dependencies.calamine] version = "0.23" [dependencies.chrono] version = "0.4.10" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete] version = "4.4" [dependencies.console] version = "0.15" [dependencies.diesel] version = "2.1" features = ["sqlite"] [dependencies.dotenv] version = "0.15" [dependencies.guid-create] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1"