# 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 = "monzo-beancount" version = "0.1.0" authors = ["Richard Lyon"] default-run = "monzo-beancount" description = "A command line application to convert Monzo transactions to Beancount format." documentation = "https://richardjlyon.github.io/monzo-beancount/" readme = "README.md" keywords = [ "monzo", "cli", "beancount", ] license = "MIT OR Apache-2.0" repository = "https://github.com/richardjlyon/monzo-beancount" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.colorize] version = "0.1.0" [dependencies.config] version = "0.14.0" [dependencies.convert_case] version = "0.6.0" [dependencies.csv] version = "1.3.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.google-sheets4] version = "5.0.4" [dependencies.hyper] version = "1.3.1" [dependencies.hyper-rustls] version = "0.27.2" [dependencies.rustls] version = "0.23.10" [dependencies.rusty-money] version = "0.4.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.temp-dir] version = "0.1.13"