# 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 = "2021" name = "char-device" version = "0.16.4" authors = ["Dan Gohman "] exclude = ["/.github"] description = "Character Device I/O" readme = "README.md" keywords = ["io"] categories = ["rust-patterns"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/char-device" [dependencies.async-std] version = "1.10.0" optional = true [dependencies.io-extras] version = "0.18.0" [dependencies.io-lifetimes] version = "2.0.0" default-features = false [dependencies.tokio] version = "1.8.1" features = ["fs"] optional = true [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.6.0" features = [ "io-util", "macros", "rt", ] [features] default = [] use_async_std = [ "async-std", "io-extras/async-std", ] use_tokio = [ "tokio", "io-extras/tokio", ] [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0" features = ["fs"] [target."cfg(windows)".dependencies.winx] version = "0.36.0"