[package] name = "amiibo" version = "0.2.0" edition = "2021" authors = ["jozz024", ] description = "An amiibo parsing library, written in Rust" readme = "README.md" repository = "https://github.com/jozz024/amiibo-rs" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] [dependencies] sha2 = "0.10.5" hmac = "0.12.1" aes-ctr = "0.6.0" binrw = "0.9.2" hex = "0.4.3" cipher = "0.4.2" ctr = "0.6" aes-soft = "0.6"