# 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 = "aws-tree-hash" version = "0.1.1" authors = ["Hannes Hochreiner "] description = "Calculate the Amazon SHA256 tree hash as described on Checksum Calculation page of the AWS S3 Glacier developer guide." readme = "README.md" keywords = [ "AWS", "tree_hash", "glacier", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/hannes-hochreiner/aws-tree-hash" [dependencies.sha2] version = "0.10" [dev-dependencies.hex] version = "0"