# 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 = "fpipe" version = "0.1.3" authors = ["Alexandru Macovei "] description = "fpipe is a tool that lets you filter and map in a shall pipe" homepage = "https://github.com/alexmaco/fpipe" readme = "README.md" keywords = [ "cli", "filter", "pipe", "shell", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alexmaco/fpipe" resolver = "2" [profile.release] lto = "fat" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.concolor-clap] version = "0.1.0" [dependencies.tokio] version = "1.26.0" features = [ "io-std", "io-util", "process", "rt", ] default-features = false [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "3.0.1" [dev-dependencies.test_dir] version = "0.2.0"