# 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 = "2018" name = "bddisasm-sys" version = "0.4.2" authors = ["Cristi Anichitei "] build = "build.rs" links = "bddisasm" description = """ Bindings to bddisasm instruction decoder library """ documentation = "https://docs.rs/bddisasm-sys" readme = "README.md" keywords = [ "disassembler", "decoder", "x86", "amd64", "x86_64", ] categories = [ "external-ffi-bindings", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/bitdefender/bddisasm" [lib] name = "bddisasm_sys" path = "src/lib.rs" [dependencies.cty] version = "0.2.2" [build-dependencies.bindgen] version = "0.62.0" [build-dependencies.cc] version = "1.0.70"