# 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 = "better-blockmap" version = "2.0.1" authors = ["Fedor Indutny "] description = "Generate better blockmap files for electron-builder" readme = "README.md" keywords = ["rabin", "fingerprint", "hash", "blockmap"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/indutny/better-blockmap" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.blake2] version = "0.10.4" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.flate2] version = "1.0.22" [dependencies.rug] version = "1.15" features = ["integer"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sha2] version = "0.10.2" [features] window_size = ["rug"]