1+ [workspace .package ]
2+ authors = [" Parity Technologies <admin@parity.io>" ]
3+ edition = " 2021"
4+ license = " MIT OR Apache-2.0"
5+ homepage = " https://github.com/paritytech/parity-common"
6+ repository = " https://github.com/paritytech/parity-common"
7+
18[workspace ]
29resolver = " 2"
310members = [
@@ -16,3 +23,59 @@ members = [
1623 " ethereum-types" ,
1724 " ethbloom" ,
1825]
26+
27+ [workspace .dependencies ]
28+ serde_json = " 1.0.41"
29+ criterion = " 0.5.1"
30+ rand = { version = " 0.8.0" , default-features = false }
31+ hex-literal = " 0.4.1"
32+ scale-info = { version = " >=1.0, <3" , default-features = false }
33+ quickcheck = " 1"
34+ rustc-hex = { version = " 2.0.1" , default-features = false }
35+ static_assertions = " 1.0.0"
36+ arbitrary = " 1.0"
37+ tiny-keccak = " 2.0"
38+ crunchy = { version = " 0.2.2" , default-features = false }
39+ serde = { version = " 1.0.101" , default-features = false }
40+ codec = { package = " parity-scale-codec" , version = " 3.7.4" , default-features = false }
41+ log = { version = " 0.4.17" , default-features = false }
42+ schemars = " >=0.8.12"
43+ rand_xorshift = " 0.3.0"
44+ tempfile = " 3.1.0"
45+ smallvec = " 1.0.0"
46+ parking_lot = " 0.12.0"
47+ num_cpus = " 1.10.1"
48+ regex = " 1.3.1"
49+ rocksdb = { version = " 0.22.0" , default-features = false }
50+ alloc_counter = " 0.0.4"
51+ sysinfo = " 0.30.13"
52+ ctrlc = " 3.1.4"
53+ chrono = " 0.4"
54+ num-traits = { version = " 0.2" , default-features = false }
55+ integer-sqrt = " 0.1"
56+ bytes = { version = " 1" , default-features = false }
57+ syn = " 2.0.72"
58+ quote = " 1.0.2"
59+ proc-macro2 = " 1.0.8"
60+ byteorder = { version = " 1.4.2" , default-features = false }
61+ hex = { version = " 0.4" , default-features = false }
62+ num-bigint = " 0.4.0"
63+ rug = { version = " 1.6.0" , default-features = false }
64+ jsonschema = { version = " 0.23" , default-features = false }
65+ serde_derive = " 1.0.101"
66+
67+ ethbloom = { path = " ./ethbloom" , default-features = false }
68+ ethereum-types = { path = " ./ethereum-types" }
69+ fixed-hash = { path = " ./fixed-hash" , default-features = false }
70+ uint = { path = " ./uint" , default-features = false }
71+ uint-crate = { path = " ./uint" , package = " uint" , default-features = false }
72+ primitive-types = { path = " ./primitive-types" , default-features = false }
73+ impl-codec = { path = " ./primitive-types/impls/codec" , default-features = false }
74+ impl-num-traits = { path = " ./primitive-types/impls/num-traits" , default-features = false }
75+ impl-rlp = { path = " ./primitive-types/impls/rlp" , default-features = false }
76+ impl-serde = { path = " ./primitive-types/impls/serde" , default-features = false }
77+ kvdb = { path = " ./kvdb" }
78+ kvdb-shared-tests = { path = " ./kvdb-shared-tests" }
79+ keccak-hash = { path = " ./keccak-hash" }
80+ rlp = { path = " ./rlp" }
81+ rlp-derive = { path = " ./rlp-derive" }
0 commit comments