# 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 = "kanpyo-dict" version = "0.1.1" exclude = ["resource/"] description = "Dictionary Library for Kanpyo" license = "MIT" [[bin]] name = "ipa-dict-builder" path = "src/bin/ipa_dict_builder.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.encoding_rs] version = "0.8.33" [dependencies.itertools] version = "0.13.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.zip] version = "2.1.3"