# 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 = "paltoquet" version = "0.11.0" authors = ["Guillaume Plique "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library of rule-based general-purpose tokenizers." homepage = "https://github.com/medialab/paltoquet" documentation = "https://docs.rs/paltoquet" readme = "README.md" license = "MIT" repository = "https://github.com/medialab/paltoquet" [lib] name = "paltoquet" path = "src/lib.rs" [dependencies.enumset] version = "1.1.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex-automata] version = "0.4.7" [dependencies.regex-syntax] version = "0.8.4" [dependencies.unidecode] version = "0.3.0" [dev-dependencies.pretty_assertions] version = "1.4.0"