[package] name = "nyxstone" version = "0.1.4" authors = ["emproof B.V. ", "Philipp Koppe ", "Rachid Mzannar ", "Darius Hartlief "] edition = "2021" exclude = [ "examples", "tests", "rustfmt.toml", ] repository = "https://github.com/emproof-com/nyxstone" keywords = ["assembly", "disassembly", "arm", "x86_64", "reverse-engineering"] description = "Bindings for the nyxstone assembler/disassembler" categories = ["api-bindings", "compilers"] license = "MIT" [dependencies] anyhow = { version = "1.0.68", default-features = true } cxx = "1.0.94" [dev-dependencies] clap = { version = "4.5", features = ["derive"] } [build-dependencies] cxx-build = "1.0.94" anyhow = { version = "1.0.68", default-features = true } [lib] path = "src/lib.rs"