[[test]]
name = "tests"
path = "tests.rs"
[dependencies.serde]
optional = true
version = "1.0.25"
[dependencies.serde_test]
optional = true
version = "1.0"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
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"
license = "Apache-2.0 OR MIT"
name = "ascii"
readme = "README.md"
repository = "https://github.com/tomprogrammer/rust-ascii"
version = "1.1.0"