# 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.63" name = "rucrf" version = "0.3.2" authors = ["Koichi Akabe "] description = "Conditional Random Fields implemented in pure Rust" homepage = "https://github.com/daac-tools/rucrf" readme = "README.md" keywords = ["crf"] categories = [ "science", "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daac-tools/rucrf" [dependencies.argmin] version = "0.7.0" optional = true [dependencies.argmin-math] version = "0.2.0" optional = true [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.crossbeam-channel] version = "0.5.6" optional = true [dependencies.hashbrown] version = "0.12" [features] alloc = [] default = ["train"] std = ["alloc"] train = [ "std", "argmin", "argmin-math", "crossbeam-channel", ]