Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 8a06f79

Browse files
author
22388o⚡️
authored
Update Cargo.toml
1 parent e417797 commit 8a06f79

1 file changed

Lines changed: 0 additions & 43 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,3 @@
11

2-
[lib]
3-
name = "rgb"
4-
crate-type = ["cdylib", "rlib"] # We need this for WASM
5-
62
[dependencies]
7-
amplify = "~4.0.0-beta.17"
8-
strict_encoding = "2.0.0-rc.1"
9-
strict_types = "1.0.0-beta.3"
10-
aluvm = { version = "0.9", features = ["strict_encoding"] }
11-
commit_verify = { version = "~0.10.0-beta.2", features = ["rand"] }
12-
bp-core = { version = "0.9" }
13-
secp256k1-zkp = { version = "0.7.0", features = ["use-rand", "rand-std", "global-context"] }
14-
baid58 = "~0.2.0"
15-
mime = "0.3.16"
16-
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
173
rgb-core = "0.10"
18-
19-
[features]
20-
default = []
21-
all = ["serde"]
22-
serde = [
23-
"serde_crate",
24-
"amplify/serde",
25-
"strict_encoding/serde",
26-
"strict_types/serde",
27-
"commit_verify/serde",
28-
"bp-core/serde",
29-
"aluvm/serde",
30-
"secp256k1-zkp/use-serde"
31-
]
32-
33-
[target.'cfg(target_arch = "wasm32")'.dependencies]
34-
wasm-bindgen = "0.2"
35-
rand = { version = "0.8.4", optional = true }
36-
getrandom = { version = "0.2", features = ["js"] }
37-
38-
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
39-
wasm-bindgen-test = "0.3"
40-
41-
[package.metadata.docs.rs]
42-
features = [ "all" ]
43-
44-
[patch.crates-io]
45-
strict_encoding = { git = "https://github.com/strict-types/strict-encoding" }
46-
strict_types = { git = "https://github.com/strict-types/strict-types" }

0 commit comments

Comments
 (0)