bleuscore 0.2.0

A fast bleu score calculator
Documentation
# 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.2.0"
authors = ["Mathew Shen <datahonor@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast bleu score calculator"
documentation = "https://docs.rs/crate/bleuscore"
readme = "README.md"
keywords = [
    "NLP",
    "Tokenizer",
    "BLEU",
    "DeepLearning",
]
license = "MIT"
repository = "https://github.com/shenxiangzhuang/bleuscore"

[lib]
name = "bleuscore"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "bleu_bench"
path = "benches/bleu_bench.rs"
harness = false

[[bench]]
name = "e2e_bench"
path = "benches/e2e_bench.rs"
harness = false

[[bench]]
name = "ngram_bench"
path = "benches/ngram_bench.rs"
harness = false

[[bench]]
name = "tokenizer_bench"
path = "benches/tokenizer_bench.rs"
harness = false

[dependencies.ahash]
version = "0.8.11"

[dependencies.cached]
version = "0.56.0"

[dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.10.4"

[dev-dependencies.divan]
version = "4.1.0"
package = "codspeed-divan-compat"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom03]
version = "0.3"
features = ["wasm_js"]
package = "getrandom"