# 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 = "unix-named-pipe" version = "0.2.0" authors = ["Sean Johnson "] description = "Ease creation of named pipes on Unix platform" homepage = "https://glow.dev.maio.me/sjohnson/unix-named-pipe" documentation = "https://docs.rs/crate/unix-named-pipe" readme = "README.md" keywords = ["unix", "named-pipe", "fifo", "mkfifo"] categories = ["external-ffi-bindings", "os", "os::unix-apis"] license = "MIT" repository = "https://glow.dev.maio.me/sjohnson/unix-named-pipe" [dependencies.errno] version = "0.2.4" [dependencies.libc] version = "0.2.43" [dev-dependencies.fs2] version = "0.4.3"