# 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 = "timeout-readwrite" version = "0.4.0" authors = ["Jonathan Creekmore "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Adds timeout capabilities to Readers and Writers" homepage = "https://github.com/jcreekmore/timeout-readwrite-rs" documentation = "https://docs.rs/timeout-readwrite/" readme = "README.md" keywords = [ "timeout", "reader", "writer", ] categories = ["os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/jcreekmore/timeout-readwrite-rs" [lib] name = "timeout_readwrite" path = "src/lib.rs" [[example]] name = "process" path = "examples/process.rs" [dependencies.nix] version = "0.29.0" features = ["poll"] default-features = false [dev-dependencies.lazy_static] version = "1.5.0" [badges.travis-ci] repository = "jcreekmore/timeout-readwrite-rs"