anno 0.4.0

Named entity recognition, coreference resolution, and zero-shot entity types
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.4.0"
authors = ["Arc <attobop@gmail.com>"]
build = false
include = [
    "/src/**/*.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/LICENSE-*",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Named entity recognition, coreference resolution, and zero-shot entity types"
homepage = "https://docs.rs/anno"
documentation = "https://docs.rs/anno"
readme = "README.md"
keywords = [
    "ner",
    "nlp",
    "extraction",
    "coreference",
    "zero-shot",
]
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"]
candle = ["anno-lib/candle"]
cuda = ["anno-lib/cuda"]
default = ["onnx"]
llm = ["anno-lib/llm"]
metal = ["anno-lib/metal"]
onnx = ["anno-lib/onnx"]
production = ["anno-lib/production"]
schema = ["anno-lib/schema"]

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

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

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

[dependencies.serde_json]
version = "1"