# 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-intervals" version = "0.2.0" authors = ["Dmitry Dygalo "] include = [ "src/**/*", "benches/*.rs", "README.md", ] description = """ Search for Unicode code points intervals by including/excluding categories, ranges, and custom characters sets. """ homepage = "https://github.com/Stranger6667/unicode-intervals" documentation = "https://github.com/Stranger6667/unicode-intervals" readme = "README.md" keywords = [ "unicode", "codepoint", "interval", ] categories = [ "text-processing", "internationalization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Stranger6667/unicode-intervals" [profile.release] lto = true codegen-units = 1 strip = "debuginfo" [[bench]] name = "bench" harness = false [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.test-case] version = "3.1" [features] __benchmark_internals = []