# 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 = "2021" name = "unicode-language" version = "2.0.3" authors = ["Bram Stein "] build = "build.rs" description = "A library to detect language coverage given a list of codepoints." readme = "README.md" keywords = [ "unicode", "language", ] license = "Apache-2.0" repository = "https://github.com/the-type-founders/unicode-language-rs/" [lib] name = "unicode_language" path = "src/lib.rs" [build-dependencies.glob] version = "0.3.1" [build-dependencies.langtag] version = "0.3.4" [build-dependencies.serde] version = "1.0.175" features = ["derive"] [build-dependencies.serde_yml] version = "0.0"