# 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 = "capstone" version = "0.12.0" authors = [ "m4b ", "Richo Healey ", "Travis Finkenauer ", ] description = "High level bindings to capstone disassembly engine (https://capstone-engine.org/)" readme = "README.md" keywords = ["disassemble"] license = "MIT" repository = "https://github.com/capstone-rust/capstone-rs" [[bench]] name = "my_benchmark" harness = false [dependencies.capstone-sys] version = "0.16.0" default_features = false [dependencies.libc] version = "0.2" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.macho] version = "0.4.1" [dev-dependencies.rayon] version = "1.1" [features] default = [ "full", "std", ] full = ["capstone-sys/full"] std = [] use_bindgen = ["capstone-sys/use_bindgen"] [badges.travis-ci] repository = "capstone-rust/capstone-rs"