# 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 = "teip" version = "2.2.0" authors = ["Yasuhiro Yamada "] description = "Masking tape to help commands \"do one thing well\"" homepage = "https://github.com/greymd/teip" documentation = "https://github.com/greymd/teip" readme = "README.md" keywords = [ "sed", "awk", "util", ] license = "MIT" repository = "https://github.com/greymd/teip" [[bench]] name = "cmdbench" harness = false [dependencies.cfg-if] version = "0.1" [dependencies.env_logger] version = "0.7.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.onig] version = "6" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3.15" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.criterion] version = "0.3.2" [features] default = [] oniguruma = ["onig"]