# 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.56.0" name = "pure-rust-locales" version = "0.8.1" authors = ["Cecile Tonglet "] include = ["src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"] description = "Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported." homepage = "https://github.com/cecton/pure-rust-locales" documentation = "https://docs.rs/pure-rust-locales" readme = "README.md" keywords = ["locale", "libc", "i18n", "internationalisation", "no_std"] license = "MIT OR Apache-2.0" repository = "https://github.com/cecton/pure-rust-locales"