# 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 = "yarl" version = "0.3.0" authors = ["kalscium "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli ledger written in rust for keepnig track of all your finances" readme = "README.md" keywords = [ "cli", "ledger", "simple", "finance", "banking", ] categories = [ "command-line-utilities", "finance", ] license = "GPL-3.0-only" repository = "https://github.com/kalscium/yarl" [lib] name = "yarl" path = "src/lib.rs" [[bin]] name = "yarl" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.native_db] version = "0.7" [dependencies.native_model] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0"