# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pipe_watcher" version = "2.1.2" authors = ["Griffin O'Neill "] description = "A pipe reader and writer for the terminal. Made for use with the ipipe Rust library.\n" homepage = "https://github.com/Eolu/pipe_watcher" documentation = "https://docs.rs/pipe_watcher" readme = "README.md" keywords = ["pipe", "ipc", "fifo", "cli", "terminal"] categories = ["filesystem", "os::unix-apis", "os::windows-apis", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eolu/pipe_watcher" [[bin]] name = "pipe_listener" path = "src/listener.rs" required-features = [] [[bin]] name = "pipe_writer" path = "src/writer.rs" required-features = ["getch"] [dependencies.getch] version = "0.2.1" optional = true [dependencies.ipipe] version = "0.8" default-features = false [features] default = ["getch"]