[package]
name = "ascii"
version = "0.9.2"
authors = ["Thomas Bahn <thomas@thomas-bahn.net>", "Torbjørn Birch Moltu <t.b.moltu@lyse.net>", "Simon Sapin <simon.sapin@exyr.org>"]
description = "ASCII-only equivalents to `char`, `str` and `String`."
documentation = "https://docs.rs/ascii"
readme = "README.md"
license = "Apache-2.0 / MIT"
repository = "https://github.com/tomprogrammer/rust-ascii"
[[test]]
name = "tests"
path = "tests.rs"
[dependencies.quickcheck]
version = "0.6"
optional = true
[dependencies.serde]
version = "1.0.25"
optional = true
[dependencies.serde_test]
version = "1.0"
optional = true
[features]
default = ["std"]
std = []