working on adding instruction models
[power-instruction-analyzer.git] / Cargo.toml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # See Notices.txt for copyright information
3 [package]
4 name = "power-instruction-analyzer"
5 version = "0.1.0"
6 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
7 edition = "2018"
8 license = "LGPL-2.1-or-later"
9
10 [features]
11 native_instrs = []
12 default = ["native_instrs"]
13
14 [dependencies]
15 serde = { version = "1.0", features = ["derive"] }
16 serde_json = "1.0"