aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9e089d21ec89dc8bca74ca5cc89a067264696f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]

name = "yaxpeax-arch"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "https://git.iximeow.net/yaxpeax-arch/"
description = "fundamental traits to describe an architecture in the yaxpeax project"

[dependencies]
"num-traits" = "0.2"
"termion" = "1.4.0"
"serde" = "1.0"

[profile.release]
lto = true

[features]
default = []

# enables the (optional) use of Serde for bounds on
# Arch and Arch::Address
use-serde = []