[package] name = "posix-space" version = "1.0.4" # remember to set `html_root_url` in `src/lib.rs`. authors = ["Ryan Lopopolo "] license = "MIT" edition = "2018" rust-version = "1.31.0" readme = "README.md" repository = "https://github.com/artichoke/posix-space" documentation = "https://docs.rs/posix-space" homepage = "https://github.com/artichoke/posix-space" description = "Pure Rust implementation of `isspace` for the POSIX locale" keywords = ["isspace", "locale", "posix", "space"] categories = ["encoding", "no-std", "no-std::no-alloc", "text-processing"] include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"] [dependencies] [dev-dependencies] [package.metadata.docs.rs] # This sets the default target to `x86_64-unknown-linux-gnu` and only builds # that target. `posix-space` has the same API and code on all targets. default-target = "x86_64-unknown-linux-gnu" targets = [] rustdoc-args = ["--cfg", "docsrs"]