libbolt/Cargo.toml

28 lines
633 B
TOML

[package]
name = "libbolt"
version = "0.1.0"
authors = ["J. Ayo Akinyele <ayo@yeletech.org>"]
description = "library for Blind Off-chain Lightweight Transactions (BOLT)"
keywords = ["zcash", "payment channels", "bolt"]
readme = "README.md"
homepage = "https://github.com/yeletech/libbolt"
repository = "https://github.com/yeletech/libbolt"
license = "MIT License"
[dependencies]
bn = "0.4.3"
rand = "~0.3.14"
bincode = "0.5.9"
sodiumoxide = "0.0.16"
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies.bincode]
version = "~0.6.0"
default-features = false
features = ["rustc-serialize"]
[[bin]]
name = "bolt"
path = "bin/bolt.rs"