# 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" name = "utf8-io" version = "0.19.1" authors = ["Dan Gohman "] exclude = ["/.github"] description = "Traits and types for UTF-8 I/O" readme = "README.md" keywords = [ "stream", "text", ] categories = [ "os", "text-processing", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/utf8-io" [dependencies.duplex] version = "0.16.0" [dependencies.io-extras] version = "0.18.0" [dependencies.layered-io] version = "0.23.0" optional = true [dependencies.terminal-io] version = "0.19.0" optional = true [dev-dependencies.anyhow] version = "1.0.37" [dev-dependencies.layered-io] version = "0.23.0"