# 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 = "beanru" version = "0.1.0" authors = ["Tomasz Zurkowski "] description = "Library to simplify writing read-modify-write scripts for beancount." readme = "README.md" keywords = ["beancount"] license = "Apache-2.0" repository = "https://github.com/doriath/beanru" [dependencies.anyhow] version = "1.0.0" [dependencies.beancount-parser] version = "2.0.0" [dependencies.chrono] version = "0.4.0" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.0.0" [dependencies.regex] version = "1" [dependencies.rust_decimal] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "1.3.0"