# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "notmecab" version = "0.5.1" authors = ["wareya "] exclude = ["data/*"] description = "Library for tokenizing text with mecab dictionaries. Not a mecab wrapper." readme = "readme.md" categories = ["text-processing", "science"] license = "Apache-2.0" repository = "https://github.com/wareya/notmecab-rs" [profile.bench] opt-level = 3 debug = 2 overflow-checks = true [profile.test] opt-level = 1 overflow-checks = true [lib] doc = true [dependencies.hashbrown] version = "0.6" optional = true [dependencies.memmap] version = "0.7" [features] default = ["hashbrown"]