anno 0.3.3

Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and structured extraction
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 = "anno"
version = "0.3.3"
authors = ["Arc <attobop@gmail.com>"]
build = false
include = [
    "/src/**/*.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE-*",
    "/README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and structured extraction"
homepage = "https://docs.rs/anno"
documentation = "https://docs.rs/anno"
readme = "README.md"
keywords = [
    "ner",
    "nlp",
    "extraction",
    "coreference",
    "rust",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/anno"

[features]
analysis = ["anno-lib/analysis"]
bundled-crf-weights = ["anno-lib/bundled-crf-weights"]
bundled-hmm-params = ["anno-lib/bundled-hmm-params"]
burn = ["anno-lib/burn"]
candle = ["anno-lib/candle"]
cuda = ["anno-lib/cuda"]
default = ["onnx"]
discourse = ["anno-lib/discourse"]
eval = ["anno-lib/eval"]
graph = ["anno-lib/graph"]
llm = ["anno-lib/llm"]
metal = ["anno-lib/metal"]
onnx = ["anno-lib/onnx"]
production = ["anno-lib/production"]
schema = ["anno-lib/schema"]
semantic-chunking = ["anno-lib/semantic-chunking"]

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

[[bin]]
name = "anno"
path = "src/main.rs"

[dependencies.anno-lib]
version = "0.3.3"
default-features = false
package = "anno-lib"

[dependencies.serde_json]
version = "1"