nerrs 0.1.1

CRF-based Named Entity Recognition for Persian text
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.70"
name = "nerrs"
version = "0.1.1"
authors = ["Amirhossein Ghanipour <d3v1ll3n@gmail.com>"]
build = false
exclude = [
    ".github/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CRF-based Named Entity Recognition for Persian text"
homepage = "https://github.com/amirhosseinghanipour/nerrs"
documentation = "https://docs.rs/nerrs"
readme = "README.md"
keywords = [
    "nlp",
    "persian",
    "farsi",
    "ner",
    "named-entity",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT"
repository = "https://github.com/amirhosseinghanipour/nerrs"

[features]
hf-hub = ["dep:hf-hub"]

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

[dependencies.crfrs]
version = "0.1"

[dependencies.hf-hub]
version = "0.3"
optional = true

[dependencies.thiserror]
version = "2"