[package] name = "raw_stdpipes" version = "1.0.0" authors = ["Dang "] edition = "2018" license = "Apache-2.0/MIT" description = "Raw handles to the standard terminal pipes." keywords = ["raw", "handle", "standard", "terminal", "pipe"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" [badges] maintenance = { status = "as-is" }