# 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 = "accounts-cli" version = "0.1.0" authors = ["ltabis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli to register and analyze monetary transactions" homepage = "https://github.com/ltabis/accounts-cli" documentation = "https://docs.rs/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ltabis/accounts-cli" [lib] name = "accounts_cli" path = "src/lib.rs" [[bin]] name = "accounts-cli" path = "src/main.rs" [dependencies.charts] version = "0.3" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.rhai] version = "1.18" [dependencies.rhai-http] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "std", "parsing", "formatting", "serde", ] [dependencies.time-macros] version = "0.2" features = ["parsing"] [dependencies.toml] version = "0.8"