summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b1e73152cbf41f452f1a4e1e8030545e115bfb8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "yaxpeax-ia64"
version = "0.2.1"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-ia64/"
description = "ia64 decoder for the yaxpeax project"
readme = "README.md"

[dependencies]
yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
bitvec = "0.19"

[features]
default = ["std"]

# opt-in for std-related Error impl - necessary to `?`-unwrap `DecodeError`.
std = []