[package] name = "aws-tree-hash" version = "0.1.1" edition = "2021" authors = ["Hannes Hochreiner "] description = "Calculate the Amazon SHA256 tree hash as described on Checksum Calculation page of the AWS S3 Glacier developer guide." repository = "https://github.com/hannes-hochreiner/aws-tree-hash" license = "MIT OR Apache-2.0" keywords = ["AWS", "tree_hash", "glacier"] categories = ["algorithms"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sha2 = "0.10" [dev-dependencies] hex = "0"