# 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" version = "0.4.2" authors = ["Cristi Anichitei "] description = """ Bindings to bddisasm instruction decoder library """ documentation = "https://docs.rs/bddisasm" readme = "README.md" keywords = [ "disassembler", "decoder", "x86", "amd64", "x86_64", ] categories = [ "api-bindings", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/bitdefender/bddisasm" [package.metadata."docs.rs"] all-features = true [dependencies.bddisasm-sys] version = "0.4.2" [dev-dependencies.anyhow] version = "1.0.0" [dev-dependencies.clap] version = "2.34.0" [features] std = []