# 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 = "ctclib-pp" version = "0.2.0" authors = [ "Naomichi Agata ", "Julien Abadji ", ] description = "A collection of utilities related to CTC, with the goal of being fast and highly flexible, with perplexity scores for KenLMs models" readme = "README.md" keywords = [ "ctc", "beam-search", "KenLM", ] categories = [ "science", "mathematics", "algorithms", ] license = "MIT" repository = "https://github.com/Uinelj/ctclib" [[bench]] name = "decode" harness = false [dependencies.ctclib-kenlm-sys] version = "0.1" optional = true [dependencies.dhat] version = "0.3.0" optional = true [dependencies.libm] version = "~0.2" [dependencies.ordered-float] version = "2.0" [dependencies.pdqselect] version = "~0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3.5" [features] default = ["kenlm"] dhat-heap = ["dhat"] kenlm = ["ctclib-kenlm-sys"]