Skip to content
Snippets Groups Projects
Cargo.toml 660 B
Newer Older
authors = [
  "Remco Verhoef <remco.verhoef@dutchcoders.io>",
  "Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>"
]
description = "Rust bindings for the keystone assembler"
repository = "https://github.com/keystone-engine/keystone"
documentation = "https://docs.rs/keystone/"
license = "GPL-2.0"
build = "build.rs"

[build-dependencies]
pkg-config = { optional = true, version = "0.3" }
cmake = { optional = true, version = "0.1" }
default = ["build_keystone_cmake"]
build_keystone_cmake = ["cmake"]