# 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 = "dex_checksum_tools" version = "0.1.0" authors = ["Lenox Enjoy "] exclude = [".github/**"] description = "A set of command-line tools for calculating and validating Adler-32 checksums for dex files." readme = "README.md" keywords = [ "dex", "checksum", "adler32", "dex_checksum_tools", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/nikeorever/dex_checksum_tools/" [profile.release] lto = true codegen-units = 1 [dependencies.adler32] version = "1.2.0" [dependencies.structopt] version = "0.3"