# 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 = "spm_precompiled" version = "0.1.4" authors = ["Nicolas Patry "] description = """ This crate aims to emulate https://github.com/google/sentencepiece Dart::DoubleArray struct and it's Normalizer. This crate is highly specialized and not intended for general use. """ homepage = "https://github.com/huggingface/spm_precompiled" documentation = "https://docs.rs/spm_precompiled/" readme = "./README.md" keywords = [ "SentencePiece", "precompiled_charsmap", "Darts", "DoubleArray", ] license = "Apache-2.0" repository = "https://github.com/huggingface/spm_precompiled" [dependencies.base64] version = "0.13" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unicode-segmentation] version = "1.9" [dev-dependencies.serde_json] version = "1.0"