# 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 = "2018" rust-version = "1.38" name = "thread_io" version = "0.3.1" authors = ["markschl "] description = "Crate for performing I/O in background thread" documentation = "https://docs.rs/thread_io" readme = "README.md" keywords = [ "io", "thread", "concurrency", ] license = "MIT" repository = "https://github.com/markschl/thread_io" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [features] crossbeam_channel = [] [badges.travis] repository = "https://travis-ci.org/markschl/thread_io"