# 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 = "amiibo" version = "0.2.0" authors = ["jozz024"] description = "An amiibo parsing library, written in Rust" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jozz024/amiibo-rs" resolver = "2" [lib] [dependencies.aes-ctr] version = "0.6.0" [dependencies.aes-soft] version = "0.6" [dependencies.binrw] version = "0.9.2" [dependencies.cipher] version = "0.4.2" [dependencies.ctr] version = "0.6" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.sha2] version = "0.10.5"