-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
34 lines (29 loc) · 1013 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
32
33
34
[package]
name = "bitlight-rgb20-contract"
version = "0.1.0"
edition = "2021"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
amplify = "4.7.0"
strict_encoding = "2.7.0"
bp-core = "0.11.0-beta.9"
rgb-std = { version = "0.11.0-beta.9", features = ["serde", "fs"] }
rgb-schemata = "0.11.0-beta.8"
rgb-interfaces = "0.11.0-beta.9"
serde = "1.0"
serde_json = "1.0"
[dev-dependencies]
bdk = { version = "1.0.0-alpha.11", default-features = false }
bdk_esplora = { version = "0.19.0", features = ["blocking"] }
hex_lit = "0.1.1"
[features]
all = []
[profile.release]
debug = 0
lto = "off"
[patch.crates-io]
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }
rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces", branch = "master" }
rgb-schemata = { git = "https://github.com/RGB-WG/rgb-schemata", branch = "master" }