# 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 = "nyxstone" version = "0.1.4" authors = [ "emproof B.V. ", "Philipp Koppe ", "Rachid Mzannar ", "Darius Hartlief ", ] exclude = [ "examples", "tests", "rustfmt.toml", ] description = "Bindings for the nyxstone assembler/disassembler" readme = "README.md" keywords = [ "assembly", "disassembly", "arm", "x86_64", "reverse-engineering", ] categories = [ "api-bindings", "compilers", ] license = "MIT" repository = "https://github.com/emproof-com/nyxstone" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" default-features = true [dependencies.cxx] version = "1.0.94" [dev-dependencies.clap] version = "4.5" features = ["derive"] [build-dependencies.anyhow] version = "1.0.68" default-features = true [build-dependencies.cxx-build] version = "1.0.94"