# 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 = "tokengrams" version = "0.3.0" description = "Compute n-gram statistics and model language over pre-tokenized text corpora used to train large language models." readme = "README.md" license = "MIT" [lib] name = "tokengrams" crate-type = [ "cdylib", "rlib", ] [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.bincode] version = "1.3.3" [dependencies.funty] version = "2.0.0" [dependencies.indicatif] version = "0.17.8" [dependencies.memmap2] version = "0.9.4" [dependencies.pyo3] version = "0.20.1" features = ["extension-module"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.rayon-core] version = "1.12.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.utf16_literal] version = "0.2.1" [dev-dependencies.quickcheck] version = "0.9" default-features = false [dev-dependencies.rand] version = "0.8.4"