[package] name = "idx-decoder" version = "0.0.2" authors = ["Aurora "] edition = "2018" license = "MIT" description = "An IDX file format decoder" repository = "https://github.com/Shadlock0133/idx-decoder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "0.19.0" thiserror = "1.0.4"