# 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 = "cytryna" version = "0.1.3" description = "A library for handling 3DS file types" homepage = "https://github.com/Maccraft123/cytryna" readme = "./README.md" keywords = [ "horizon", "3ds", ] license-file = "./LICENSE.txt" repository = "https://github.com/Maccraft123/cytryna" [dependencies.aes] version = "0.8" [dependencies.bitflags] version = "2.4" [dependencies.bmp] version = "0.5" [dependencies.cbc] version = "0.1" features = ["alloc"] [dependencies.ctr] version = "0.9" features = ["std"] [dependencies.derivative] version = "2.2" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.4" [dependencies.image] version = "0.24" default-features = false [dependencies.memoffset] version = "0.9" [dependencies.modular-bitfield] version = "0.11" [dependencies.sha2] version = "0.10" [dependencies.static_assertions] version = "1.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8"