# 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 = "saku" version = "0.1.6" exclude = ["rust-toolchain", "target/*", "Cargo.lock", "benches/*.txt", "benches/*.json", "data/*"] description = "A simple yet efficient rule-based Japanese Sentence Tokenizer." homepage = "https://github.com/hppRC/saku" readme = "README.md" license = "MIT" repository = "https://github.com/hppRC/saku" resolver = "2" [lib] name = "saku" path = "src/lib.rs" bench = false [[bench]] name = "basic" harness = false [[bench]] name = "raw" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.pprof] version = "0.6" features = ["flamegraph", "criterion"]