# 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 = "bleuscore" version = "0.1.3" authors = ["Mathew Shen "] description = "A fast bleu score calculator" readme = "README.md" keywords = [ "NLP", "Tokenizer", "BLEU", "DeepLearning", ] license = "MIT" repository = "https://github.com/shenxiangzhuang/bleuscore" [lib] name = "bleuscore" crate-type = [ "cdylib", "rlib", ] [dependencies.ahash] version = "0.8.11" [dependencies.cached] version = "0.51.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.pyo3] version = "0.21.1" features = ["abi3-py38"] [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4"