# 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 = "mdict-parser" version = "0.1.1" authors = ["eatgrass "] exclude = ["/tests"] description = "Mdict dictionary mdx file parser" readme = "readme.md" keywords = [ "mdict", "mdx", "parser", ] categories = [ "parsing", "dictionary", ] license = "MIT" repository = "https://github.com/eatgrass/mdict-parser.git" [dependencies.adler32] version = "1.2.0" [dependencies.compress] version = "0.2.1" [dependencies.encoding] version = "0.2.33" [dependencies.minilzo-rs] version = "0.6.0" [dependencies.nom] version = "7" [dependencies.regex] version = "1.7.1" [dependencies.ripemd] version = "0.1.3" [dependencies.salsa20] version = "0.10.2" [dependencies.xxhash-rust] version = "0.8.6"