ordmask 2.2.0

A library for efficient range-based set operations and membership checking
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 = "2024"
name = "ordmask"
version = "2.2.0"
authors = ["Wzh <wzh@uvwee.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for efficient range-based set operations and membership checking"
readme = "README.md"
keywords = [
    "mask",
    "ordered",
    "range",
    "interval",
    "set",
]
license = "MIT"
repository = "https://github.com/wzh19960613/ordmask-rust"

[features]
default = []
serde = ["dep:serde"]

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

[[test]]
name = "custom_type_values_count"
path = "tests/custom_type_values_count.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "iter"
path = "tests/iter.rs"

[[test]]
name = "macro"
path = "tests/macro.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "simplify"
path = "tests/simplify.rs"

[[test]]
name = "spans"
path = "tests/spans.rs"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"