[package] name = "ignis" description = "A library for editing various 3DSFE formats." license = "GPL-3.0" repository = "https://github.com/thane98/ignis" version = "0.1.0" authors = ["thane98"] edition = "2018" [dependencies] anyhow = "1.0.31" byteorder = "1.3.4" encoding_rs = "0.8.20" nintendo-lz = "0.1.3" linked-hash-map = { version = "0.5.3", features = ["serde_impl"] } serde = { version = "1.0.114", features = ["derive"] } serde_yaml = "0.8"