# 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] rust-version = "1.17" name = "unicode-id" version = "0.3.4" authors = [ "Boshen ", "erick.tryzelaar ", "kwantam ", "Manish Goregaokar ", ] exclude = [ "/.github/**", "/scripts/*", ] description = """ Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31. """ homepage = "https://github.com/Boshen/unicode-id" documentation = "https://docs.rs/unicode-id" readme = "README.md" keywords = [ "text", "unicode", "unicode-id", "tr31", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Boshen/unicode-id" [[bench]] name = "id" harness = false [dev-dependencies.criterion] version = "0.3.5" [features] bench = [] default = [] no_std = []