# 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 = "sentencepiece-model" version = "0.1.4" authors = ["Christian Sdunek "] build = "build.rs" include = [ "Cargo.toml", "src/**/*", "build.rs", "LICENCE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SentencePiece model parser generated from the SentencePiece protobuf definition" readme = "README.md" keywords = [ "sentencepiece", "tokenizer", "nlp", "machine-learning", ] categories = [ "encoding", "parser-implementations", "no-std", ] license = "BSD-2-Clause" repository = "https://github.com/Systemcluster/sentencepiece-model" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "sentencepiece_model" path = "src/lib.rs" [dependencies.prost] version = "0.13.3" features = ["prost-derive"] default-features = false [build-dependencies.miette] version = "7.2.0" default-features = false [build-dependencies.prost-build] version = "0.13.3" [build-dependencies.protox] version = "0.7.1" [features] default = ["std"] std = ["prost/std"]