# 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 = "2018" name = "crfs" version = "0.2.0" authors = ["messense "] description = "Pure Rust port of CRFsuite: a fast implementation of Conditional Random Fields (CRFs)" readme = "README.md" keywords = ["crf", "crfsuite"] license = "MIT" repository = "https://github.com/messense/crfs-rs" [[bench]] name = "crf_bench" harness = false [dependencies.bitflags] version = "1.2.1" [dependencies.bstr] version = "0.2.14" [dependencies.cqdb] version = "0.5" [dev-dependencies.crfsuite] version = "0.3.1" [dev-dependencies.criterion] version = "0.3.4"