# 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 = "amiitool-rs" version = "0.2.0" authors = ["Ben Harless"] description = "Amiitool rewritten in rust, with added features" readme = "README.md" license = "MIT" repository = "https://github.com/TheDrawingCoder-Gamer/amiitool-rs" [dependencies.aead] version = "0.4.3" [dependencies.aes] version = "0.8.1" [dependencies.aes-gcm] version = "0.9.4" features = ["alloc"] [dependencies.crypto-common] version = "0.1.3" [dependencies.ctr] version = "0.9.1" features = ["std"] [dependencies.digest] version = "0.10.3" [dependencies.generic-array] version = "0.14.5" [dependencies.hmac] version = "0.12.1" features = ["reset"] [dependencies.rand] version = "0.8.4" [dependencies.sha2] version = "0.10.2" [dependencies.typenum] version = "1.15.0"