blob: ce17c6f73b444935694d81ebbcdfa597da058dfe [file] [log] [blame]
# 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]
name = "ascii"
version = "1.1.0"
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 OR MIT"
repository = "https://github.com/tomprogrammer/rust-ascii"
[[test]]
name = "tests"
path = "tests.rs"
[dependencies.serde]
version = "1.0.25"
optional = true
[dependencies.serde_test]
version = "1.0"
optional = true
[features]
alloc = []
default = ["std"]
std = ["alloc"]