# 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 = "dinero-rs" version = "0.33.3-dev" authors = ["Claudio Noguera "] description = "A command line ledger tool" homepage = "https://github.com/frosklis/dinero-rs" readme = "README.md" keywords = ["ledger", "plaintext-accounting"] license = "MIT" repository = "https://github.com/frosklis/dinero-rs" [lib] name = "dinero" path = "src/mod.rs" [[bin]] name = "dinero" path = "src/dinero.rs" test = false bench = false [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4.0" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.regex] version = "1" [dependencies.rustyline] version = "8.2.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.shlex] version = "1.0.0" [dependencies.structopt] version = "0.3.21" [dependencies.terminal_size] version = "0.1.16" [dependencies.two_timer] version = "2.2.0" [dev-dependencies.assert_cmd] version = "2.0.0"