[dependencies.argmin]
optional = true
version = "0.7.0"
[dependencies.argmin-math]
optional = true
version = "0.2.0"
[dependencies.bincode]
version = "2.0.0-rc.1"
[dependencies.crossbeam-channel]
optional = true
version = "0.5.6"
[dependencies.hashbrown]
version = "0.12"
[features]
alloc = []
default = ["train"]
std = ["alloc"]
train = ["std", "argmin", "argmin-math", "crossbeam-channel"]
[package]
authors = ["Koichi Akabe <vbkaisetsu@gmail.com>"]
categories = ["science", "algorithms", "no-std"]
description = "Conditional Random Fields implemented in pure Rust"
edition = "2021"
homepage = "https://github.com/daac-tools/rucrf"
keywords = ["crf"]
license = "MIT OR Apache-2.0"
name = "rucrf"
readme = "README.md"
repository = "https://github.com/daac-tools/rucrf"
resolver = "2"
rust-version = "1.63"
version = "0.2.2"