forked from brentongunning/rust-sv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (29 loc) · 797 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
30
31
[package]
name = "sv"
version = "0.2.2"
description = "A Rust library for working with Bitcoin SV"
repository = "https://github.com/brentongunning/rust-sv"
authors = ["Brenton Gunning <[email protected]>"]
keywords = ["bitcoin", "sv", "cash", "crypto"]
license = "MIT"
edition = "2018"
[dependencies]
byteorder = "1.2"
digest = "0.7"
dns-lookup = "0.9"
hex = "0.3"
linked-hash-map = "0.5"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_warn"] }
murmur3 = "0.4"
num-bigint = "0.2"
num-traits = "0.2"
rand = "0.5"
ring = "0.14"
ripemd160 = "0.7"
rust-base58 = "0.0"
rust-crypto = "0.2"
secp256k1 = "0.12"
snowflake = "1.3"
[profile.release]
opt-level = "s" # Optimize for size over speed
lto = true # Enable link-time optimizations to shrink binary