anno-core 0.3.2

Core types and invariants for anno
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"
name = "anno-core"
version = "0.3.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and invariants for anno"
readme = "README.md"
keywords = [
    "ner",
    "nlp",
    "coreference",
    "types",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/anno"

[features]
default = []
schema = ["dep:schemars"]

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

[dependencies.bitflags]
version = "2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clump]
version = "0.1.0"

[dependencies.dashmap]
version = "6"

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "0.8"
features = ["derive"]
optional = true

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.sketchir]
version = "0.1.2"

[dependencies.smallvec]
version = "1.13"
features = ["serde"]

[dependencies.textprep]
version = "0.1"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1.25"

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