# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "restricted-text" version = "0.0.0" authors = ["Dan Gohman "] description = "Restricted 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/restricted-text" [dependencies.basic-text] version = "0.0.0" [dependencies.duplex] version = "0.1.0" [dependencies.layered-io] version = "0.2.0" [dependencies.unicode-normalization] version = "0.1.17" [dependencies.utf8-io] version = "0.1.0" features = ["layered-io"] [dev-dependencies.anyhow] version = "1.0.37" [build-dependencies.rustc_version] version = "0.3.2" [target."cfg(windows)".dependencies.unsafe-io] version = "0.3.0" [badges.maintenance] status = "actively-developed"