# 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 = "xstream-util" version = "2.0.0" authors = ["Erik Brinkman "] description = "A command line tool to split a stream to child processes" homepage = "https://github.com/erikbrinkman/xstream" documentation = "https://docs.rs/xstream-util" readme = "README.md" license = "MIT" repository = "https://github.com/erikbrinkman/xstream" [lib] name = "xstream_util" [[bin]] name = "xstream" path = "src/main.rs" doc = false required-features = ["binary"] [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] optional = true [features] binary = ["clap"] default = ["binary"]