summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
blob: 69b34dcea18b9ccd737283013047ba6e75851543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "binaryninja"
version = "0.1.0"
authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2018"

[dependencies]
log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys" }

[features]
headless = ["binaryninjacore-sys/headless"]