# 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 = "basic-text" version = "0.19.2" authors = ["Dan Gohman "] exclude = ["/."] description = "Basic Text strings and I/O streams" 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/basic-text" [dependencies.arbitrary] version = "1.0.0" optional = true [dependencies.basic-text-internals] version = "^0.19.2" [dependencies.basic-text-literals] version = "^0.19.2" [dependencies.duplex] version = "0.16.0" [dependencies.io-extras] version = "0.18.0" [dependencies.layered-io] version = "0.23.0" [dependencies.terminal-io] version = "0.19.0" optional = true [dependencies.utf8-io] version = "0.19.0" features = ["layered-io"] [dev-dependencies.anyhow] version = "1.0.37"