# 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 = "2018" name = "tuc" version = "1.2.0" authors = ["Riccardo Attilio Galli "] description = "When cut doesn't cut it" homepage = "https://github.com/riquito/tuc" readme = "README.md" keywords = [ "cli", "terminal", "text", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/riquito/tuc" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [dependencies.anyhow] version = "1.0.78" [dependencies.pico-args] version = "0.5.0" features = [ "short-space-opt", "combined-flags", "eq-separator", ] [dependencies.regex] version = "1.10" features = [ "std", "unicode-bool", "unicode-perl", "unicode-gencat", ] optional = true default-features = false [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4" default-features = false [features] default = ["regex"]