unicode-intervals 0.3.1

Search for Unicode code points intervals by including/excluding categories, ranges, and custom characters sets.
Documentation
# 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"
rust-version = "1.85"
name = "unicode-intervals"
version = "0.3.1"
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
build = false
include = [
    "src/**/*",
    "benches/*.rs",
    "../../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
__benchmark_internals = []

[lib]
name = "unicode_intervals"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dev-dependencies.criterion]
version = "4.7.0"
default-features = false
package = "codspeed-criterion-compat"

[dev-dependencies.test-case]
version = "3.1"