[dependencies.bytemuck]
features = ["derive"]
version = "1.21"
[dependencies.ds-rom]
version = "0.6"
[dependencies.log]
version = "0.4"
[dependencies.serde]
version = "1.0"
[dependencies.serde_yml]
version = "0.0"
[dependencies.snafu]
features = ["backtrace"]
version = "0.8"
[dependencies.unarm]
default-features = false
features = ["arm", "thumb", "v5te"]
version = "1.8"
[lib]
name = "ds_decomp"
path = "src/lib.rs"
[lints.clippy]
from_str_radix_10 = "allow"
if_same_then_else = "allow"
len_without_is_empty = "allow"
module_inception = "allow"
new_without_default = "allow"
[package]
authors = ["Aetias <aetias@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for ds-decomp, a DS decompilation toolkit."
edition = "2021"
license = "MIT"
name = "ds-decomp"
readme = "README.md"
repository = "https://github.com/AetiasHax/ds-decomp"
version = "0.8.0"