# 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 = "logreduce-tokenizer" version = "0.1.0" authors = ["TristanCacqueray"] description = "A tokenizer function for the logreduce project." documentation = "https://docs.rs/logreduce-tokenizer/" readme = "README.md" keywords = ["parser", "machine-learning", "logreduce"] categories = ["compression", "development-tools", "parsing", "text-processing"] license = "Apache-2.0" repository = "https://github.com/logreduce/logreduce-tokenizer" [profile.release] lto = true codegen-units = 1 [lib] name = "logreduce_tokenizer" crate-type = ["cdylib", "rlib"] [[example]] name = "logreduce-tokenizer-cli" path = "examples/cli.rs" [[bench]] name = "bench" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.pyo3] version = "0.15.1" features = ["extension-module"] [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.3"