# 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 = "2018" name = "tongrams" version = "0.1.4" authors = ["Shunsuke Kanda (kampersanda) "] description = "Tons of N-grams" homepage = "https://github.com/kampersanda/tongrams-rs" documentation = "https://docs.rs/tongrams" readme = "README.md" keywords = ["n-gram", "language-model", "trie", "compressed", "nlp"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/kampersanda/tongrams-rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sucds] version = "0.2.4" features = ["intrinsics"] [dependencies.yada] version = "0.5.0"