# 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 = "lindera-dictionary-builder" version = "0.32.2" description = "Shared code for building Lindera dictionary files" homepage = "https://github.com/lindera-morphology/lindera" documentation = "https://docs.rs/lindera-dictionary-builder" readme = "README.md" keywords = [ "japanese", "morphological", "dictionary", "builder", "unidic", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/lindera-morphology/lindera" [dependencies.anyhow] version = "1.0.81" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.5.0" [dependencies.csv] version = "1.3.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.encoding] version = "0.2.33" [dependencies.encoding_rs] version = "0.8.33" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.glob] version = "0.3.1" [dependencies.lindera-compress] version = "0.32.2" optional = true [dependencies.lindera-core] version = "0.32.2" [dependencies.lindera-decompress] version = "0.32.2" [dependencies.log] version = "0.4.21" [dependencies.yada] version = "0.5.1" [features] compress = ["lindera-compress"]