forked from haplo/rust-bch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
29 lines (27 loc) · 849 Bytes
/
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
[package]
name = "mwc-bch"
version = "0.2.0"
description = "A Rust library for working with Bitcoin Cash"
repository = "https://github.com/mwcproject/rust-bch"
authors = ["Brenton Gunning <brentongunning@gmail.com>", "Fidel Ramos <f@fidelramos.net>"]
keywords = ["bitcoin", "cash", "bch", "cryptocurrency"]
categories = ["cryptography", "network-programming"]
license = "MIT"
[dependencies]
byteorder = "1.2"
digest = "0.7"
dns-lookup = "0.9"
hex = "0.3"
linked-hash-map = "0.5"
log = "0.4" #{ version = "0.4", features = ["max_level_trace", "release_max_level_warn"] }
murmur3 = "0.4"
rand = "0.5"
ring = "0.16"
ripemd160 = "0.7"
rust-base58 = "0.0"
rust-crypto = "0.2"
secp256k1 = "0.19"
snowflake = "1.3"
[profile.release]
opt-level = "s" # Optimize for size over speed
lto = true # Enable link-time optimizations to shrink binary