# 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 = "std_io_iterators" version = "1.0.0" authors = [ "Damian J Pound ", "Matthew \"Juniper\" Barlett ", ] description = "An iterator for `STDIN` and a wrapper for `STDOUT`. Allows easy piping, and graceful closing of application if pipe breaks" homepage = "http://emeraldinspirations.xyz/std_io_iterators" readme = "README.md" keywords = [ "broken_pipe", "command_line", "pipe", "stdin", "stdout", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/SnSDev/stdio_iterators" [lib] path = "./lib.rs" [dependencies] [dev-dependencies.escargot] version = "~0.5.7" [dev-dependencies.pretty_assertions] version = "1.3.0"