-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
38 lines (35 loc) · 1.02 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "rust-libindy-wrapper"
version = "0.2.13"
description = "A library for assisting developers using LibIndy API"
authors = ["Mike Lodder <[email protected]>",
"Matt Raffel <[email protected]>",
"Darien Hess <[email protected]>",
"Stephen Felt <[email protected]>",
"Cam Parra <[email protected]>",
"Brent Zundel <[email protected]>"]
homepage = "https://github.com/evernym/rust-libindy-wrapper"
repository = "https://github.com/evernym/rust-libindy-wrapper"
categories = ["api-bindings", "development-tools"]
license = "MIT/Apache-2.0"
readme = "README.md"
exclude = [
"tests/*",
]
build="build.rs"
[dependencies]
lazy_static = "0.2"
log = "0.4"
num-traits = "0.2"
num-derive = "0.2"
[dev-dependencies]
bs58 = {version = "0.2.2", features = ["check"]}
rand = "0.5.5"
serde_json = "1.0.22"
serde_derive = "1.0.76"
serde = "1.0.76"
rmp-serde = "0.13.6"
byteorder = "1.0.0"
[build-dependencies]
pkg-config = "0.3.9"
regex = "1.0.0"