# 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 = "jp_utils" version = "0.1.7" authors = ["jojii "] description = "Utils for working with Japanese text." readme = "README.md" keywords = [ "japanese", "languages", "parse", "charset", ] categories = ["text-processing"] license = "AGPL-3.0" repository = "https://github.com/JojiiOfficial/jp_utils" [[bench]] name = "my_bench" harness = false [dependencies.itertools] version = "0.11" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "std", ] optional = true default_features = false [dependencies.tinyvec] version = "1.6" features = ["alloc"] default_features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.test-case] version = "3.1.0" [features] default = ["furigana"] full = [ "furigana", "serde", "hiragana", ] furigana = ["itertools"] hiragana = [] with_serde = [ "tinyvec/serde", "serde", ]