# 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 = "nacha" version = "1.5.0" authors = ["Leejay Hsu "] description = "A tool to parse NACHA files" homepage = "https://github.com/leejayhsu/nacha" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/leejayhsu/nacha" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.crossterm] version = "0.23.2" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8.24" [dependencies.thousands] version = "0.2.0" [dependencies.tui] version = "0.18.0" features = ["crossterm"]