# 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.60" name = "rhit" version = "2.0.3" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nginx log analyzer" readme = "README.md" keywords = [ "log", "nginx", "analyzer", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Canop/rhit" [profile.release] lto = true codegen-units = 1 debug = 0 strip = true [lib] name = "rhit" path = "src/lib.rs" [[bin]] name = "rhit" path = "src/main.rs" [[bench]] name = "filter_resources" path = "benches/filter_resources.rs" harness = false [[bench]] name = "load_base" path = "benches/load_base.rs" harness = false [dependencies.bet] version = "1.0.4" [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.clap-help] version = "1.0.0" [dependencies.cli-log] version = "2.0" [dependencies.file-size] version = "1.0.3" [dependencies.flate2] version = "1.0.30" [dependencies.have] version = "0.1.1" [dependencies.itertools] version = "0.13" [dependencies.lazy-regex] version = "3.3" [dependencies.num-format] version = "0.4" [dependencies.smallvec] version = "1.11" [dependencies.termimad] version = "0.30" features = ["special-renders"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.glassbench] version = "0.4"