# 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 = "rex-tui" version = "0.1.18" authors = ["TheRustyPickle "] build = false exclude = [ "logo.png", "tests", ".github", "typos.toml", "codecov.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A TUI app for managing Incomes and Expenses """ homepage = "https://github.com/TheRustyPickle/Rex" readme = "README.md" keywords = [ "tui", "terminal", "budget", "ratatui", "ledger", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/TheRustyPickle/Rex" [profile.dist] inherits = "release" [lib] name = "rex_tui" path = "src/lib.rs" [[bin]] name = "rex" path = "src/main.rs" test = false bench = false [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.open] version = "5.3.0" [dependencies.ratatui] version = "0.29.0" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strsim] version = "0.11.1" [dependencies.thousands] version = "0.2.0" [lints.clippy.too_many_arguments] level = "allow" priority = 0 [lints.rust] unsafe_code = "forbid" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]