# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bankroll" version = "0.3.0" authors = ["Daniel Tucker "] description = "[WIP] Financial Ledger" readme = "README.md" keywords = ["accounting", "finance", "ledger"] license = "GPL-3.0" repository = "https://gitlab.com/dantuck/bankroll" [dependencies.ansi_colours] version = "1.0.1" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.13" [dependencies.csv] version = "1.1.3" [dependencies.monee] version = "0.0.6" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.5.6"