# 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 = "general-sam" version = "1.0.0" authors = ["Chielo Newctle "] exclude = [ "release-plz.toml", ".github", ] description = "A general suffix automaton implementation in Rust" homepage = "https://github.com/ModelTC/general-sam" documentation = "https://docs.rs/general-sam" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ModelTC/general-sam" [package.metadata.cargo-all-features] skip_optional_dependencies = true [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--html-in-header", "./docs-header.html", ] [lib] name = "general_sam" bench = false [[bench]] name = "tokenize" harness = false required-features = ["all"] [dependencies.rand] version = "0.8.5" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokenizers] version = "0.15.2" [features] all = [ "trie", "utils", ] trie = [] utils = ["rand"]