[package] name = "tanaka" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A Rust interface the Tanaka Corpus of parallel Japanese-English sentences" homepage = "https://gitlab.com/johngavingraham/tanaka" repository = "https://gitlab.com/johngavingraham/tanaka.git" readme = "README.md" keywords = ["japanese", "corpus", "dictionary"] [dependencies] document-features = "0.2.7" lazy-regex = "3.1.0" miette = "5.10.0" # Optimize development builds, or the tests that load the whole corpus # take way too long. [profile.dev] opt-level = 3 [features] default = ["include", "include_subset"] ## Include the standard tanaka corpus in the library. include = [] ## Include the standard tanaka corpus with only entries that have at ## least one checked word in the library. include_subset = [] [build-dependencies] xz-decom = "0.2.0"