# 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 = "hck" version = "0.10.1" authors = ["Seth Stadick "] description = "A sharp cut(1) clone." documentation = "https://docs.rs/hck" readme = "README.md" keywords = [ "text", "cli", ] categories = [ "text-processing", "command-line-interface", ] license = "Unlicense OR MIT" repository = "https://github.com/sstadick/hck" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "hcklib" path = "src/lib/mod.rs" [[bin]] name = "hck" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.flate2] version = "1.0.30" features = ["zlib-ng-compat"] default-features = false [dependencies.git-version] version = "0.3.9" [dependencies.grep-cli] version = "0.1.10" [dependencies.gzp] version = "0.11.3" features = [ "deflate_zlib_ng", "libdeflate", ] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.memchr] version = "2.7.2" [dependencies.memmap] version = "0.9.4" package = "memmap2" [dependencies.num_cpus] version = "1.16.0" [dependencies.regex] version = "1.10.4" [dependencies.ripline] version = "0.1.0" [dependencies.termcolor] version = "1.4.1" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.tempfile] version = "3.10.1"