-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (34 loc) · 1.22 KB
/
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
35
36
37
38
[workspace]
members = ["typegen", "description"]
resolver = "2"
[workspace.package]
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
version = "0.10.0"
rust-version = "1.81.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/scale-typegen"
homepage = "https://www.parity.io/"
[workspace.dependencies]
scale-typegen-description = { version = "0.10.0", path = "description" }
scale-typegen = { version = "0.10.0", path = "typegen" }
# external dependencies
parity-scale-codec = { version = "3.6.12", features = ["derive"] }
proc-macro2 = "1.0.89"
quote = "1.0.33"
scale-bits = "0.7.0"
scale-info = { version = "2.11.1", features = ["derive", "bit-vec", "decode", "docs", "serde"] }
smallvec = "1.10.0"
syn = { version = "2.0.38", features = ["full", "extra-traits"] }
thiserror = { version = "2.0.0", default-features = false }
prettyplease = "0.2.25"
scale-decode = "0.16.0"
scale-encode = "0.10.0"
frame-metadata = { version = "17.0.0", default-features = false, features = ["current", "std"] }
bitvec = { version = "1", default-features = false, features = ["alloc"] }
pretty_assertions = "1.4.1"
anyhow = "1.0.92"
peekmore = "1.3.0"
scale-value = "0.18.0"
rand_chacha = "0.3.1"
rand = "0.8.5"