# 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.74" name = "strace-analyzer" version = "0.5.6" authors = ["Christian Krause "] description = "analyze strace output" homepage = "https://github.com/wookietreiber/strace-analyzer" documentation = "https://github.com/wookietreiber/strace-analyzer" readme = "README.md" keywords = ["strace"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/wookietreiber/strace-analyzer" [dependencies.anyhow] version = "1" [dependencies.bytesize] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "deprecated", "wrap_help", ] [dependencies.is-terminal] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.prettytable-rs] version = "0.10" optional = true default_features = false [dependencies.regex] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.predicates] version = "3" [features] default = ["table"] table = ["prettytable-rs"]