# 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] edition = "2018" rust-version = "1.31.0" name = "posix-space" version = "1.0.4" authors = ["Ryan Lopopolo "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = "Pure Rust implementation of `isspace` for the POSIX locale" homepage = "https://github.com/artichoke/posix-space" documentation = "https://docs.rs/posix-space" readme = "README.md" keywords = [ "isspace", "locale", "posix", "space", ] categories = [ "encoding", "no-std", "no-std::no-alloc", "text-processing", ] license = "MIT" repository = "https://github.com/artichoke/posix-space" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies] [dev-dependencies]