# 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" rust-version = "1.70" name = "itrs" version = "0.1.3" authors = ["Lucas Culverhouse "] description = "Provides command-line access to several useful Rust iterator and string methods" homepage = "https://github.com/lsculv/itrs" readme = "README.md" keywords = [ "iterator", "trim", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/lsculv/itrs" [profile.release] lto = true strip = true [[bin]] name = "it" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.9" features = ["cargo"] [dependencies.colored] version = "2.0.4" [dependencies.itertools] version = "0.11.0" [dependencies.thiserror] version = "1.0.43"