# 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 = "zim" version = "0.4.0" authors = [ "Friedel Ziegelmayer ", "Andrew Chin ", ] description = "ZIM reading and extraction" homepage = "https://github.com/dignifiedquire/zim" documentation = "https://docs.rs/zim/" readme = "README.md" keywords = [ "parser", "zim", ] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0/MIT" repository = "https://github.com/dignifiedquire/zim" [[bin]] name = "extract-zim" path = "src/bin/extract_zim.rs" [[bin]] name = "ipfs-link" path = "src/bin/ipfs_link.rs" [[bin]] name = "zim-info" path = "src/bin/zim_info.rs" [dependencies.bitreader] version = "^0.3" [dependencies.byteorder] version = "^1.2" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.hex] version = "0.4.0" [dependencies.indicatif] version = "0.17" [dependencies.md-5] version = "0.10.0" [dependencies.memmap] version = "^0.7" [dependencies.num-format] version = "0.4.4" [dependencies.num_cpus] version = "1.12" [dependencies.ouroboros] version = "0.15.0" [dependencies.pbr] version = "^1.0" [dependencies.rayon] version = "1.3.0" [dependencies.stopwatch] version = "^0.0.7" [dependencies.thiserror] version = "1.0.31" [dependencies.xz2] version = "^0.1" [dependencies.zstd] version = "0.12"