# 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 = "pipeview" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🧪 A command line pipe inspection utility." readme = "README.md" keywords = [ "pipe", "meter", "gauge", ] categories = [ "command-line-utilities", "visualization", ] license = "MIT" repository = "https://github.com/mihaigalos/pipeview" resolver = "2" [lib] name = "pipeview" path = "src/lib.rs" [[bin]] name = "pipeview" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.atty] version = "0.2.14" [dependencies.autoclap] version = "0.3.15" [dependencies.clap] version = "4.4.6" features = [ "string", "derive", ] [dependencies.colored] version = "2" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5" [dependencies.dotenv] version = "0.15.0" [dependencies.indicatif] version = "0.17.7" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.189" [dependencies.serde_derive] version = "1.0.189" [dependencies.strfmt] version = "0.2.4" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.toml] version = "0.8.2"