# 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] name = "ubend" version = "0.2.2" authors = ["Mathias Panzenböck "] description = """ A small crate that lets you build pipe chains between spawned processes using a syntax similar to the Unix shell. """ homepage = "https://github.com/panzi/rust-ubend" documentation = "https://panzi.github.io/rust-ubend" readme = "README.md" license = "MIT" repository = "https://github.com/panzi/rust-ubend" [dependencies.libc] version = "0.2" default-features = false [badges.maintenance] status = "deprecated"