summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
blob: cd3685858018e33e882bd052cfd07aef1129e692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "svd_ninja"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[lib]
crate-type = ["cdylib", "lib"]

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
svd-parser = { version = "0.14.8", features = ["expand"] }
serde_json = "1.0"

[dev-dependencies]
insta = { version = "1.42", features = ["yaml"] }

[features]
demo = []