# 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" name = "underthesea_core" version = "1.0.4" authors = ["Vu Anh "] exclude = [ "rust-toolchain", "target/*", "Cargo.lock", "benches/*.txt", ] description = "Underthesea Core" homepage = "https://github.com/undertheseanlp/underthesea/tree/main/extensions/underthesea_core" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/undertheseanlp/underthesea/" [lib] name = "underthesea_core" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "featurizers" harness = false [dependencies.crfs] version = "0.1" [dependencies.nalgebra] version = "0.29" [dependencies.pyo3] version = "0.15.0" features = ["extension-module"] [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3.5"