# 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 = "tanaka" version = "0.1.0" description = "A Rust interface the Tanaka Corpus of parallel Japanese-English sentences" homepage = "https://gitlab.com/johngavingraham/tanaka" readme = "README.md" keywords = [ "japanese", "corpus", "dictionary", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/johngavingraham/tanaka.git" [profile.dev] opt-level = 3 [dependencies.document-features] version = "0.2.7" [dependencies.lazy-regex] version = "3.1.0" [dependencies.miette] version = "5.10.0" [build-dependencies.xz-decom] version = "0.2.0" [features] default = [ "include", "include_subset", ] include = [] include_subset = []