mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			474 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			474 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 3
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "arbitrary"
 | 
						|
version = "0.4.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "arbitrary"
 | 
						|
version = "1.0.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "510c76ecefdceada737ea728f4f9a84bd2e1ef29f1ba555e560940fe279954de"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "arrayvec"
 | 
						|
version = "0.7.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitvec"
 | 
						|
version = "0.20.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
 | 
						|
dependencies = [
 | 
						|
 "funty",
 | 
						|
 "radium",
 | 
						|
 "tap",
 | 
						|
 "wyz",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "byte-slice-cast"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "byteorder"
 | 
						|
version = "1.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bytes"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-if"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crunchy"
 | 
						|
version = "0.2.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling"
 | 
						|
version = "0.13.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"
 | 
						|
dependencies = [
 | 
						|
 "darling_core",
 | 
						|
 "darling_macro",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling_core"
 | 
						|
version = "0.13.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"
 | 
						|
dependencies = [
 | 
						|
 "fnv",
 | 
						|
 "ident_case",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "strsim",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling_macro"
 | 
						|
version = "0.13.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"
 | 
						|
dependencies = [
 | 
						|
 "darling_core",
 | 
						|
 "quote",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "eth2_ssz"
 | 
						|
version = "0.4.0"
 | 
						|
dependencies = [
 | 
						|
 "eth2_ssz_derive",
 | 
						|
 "ethereum-types",
 | 
						|
 "smallvec",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "eth2_ssz_derive"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "635b86d2c941bb71e7419a571e1763d65c93e51a1bafc400352e3bef6ff59fc9"
 | 
						|
dependencies = [
 | 
						|
 "darling",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ethbloom"
 | 
						|
version = "0.11.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"
 | 
						|
dependencies = [
 | 
						|
 "crunchy",
 | 
						|
 "fixed-hash",
 | 
						|
 "impl-rlp",
 | 
						|
 "impl-serde",
 | 
						|
 "tiny-keccak",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ethereum-types"
 | 
						|
version = "0.12.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"
 | 
						|
dependencies = [
 | 
						|
 "ethbloom",
 | 
						|
 "fixed-hash",
 | 
						|
 "impl-rlp",
 | 
						|
 "impl-serde",
 | 
						|
 "primitive-types",
 | 
						|
 "uint",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fixed-hash"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
 | 
						|
dependencies = [
 | 
						|
 "arbitrary 0.4.7",
 | 
						|
 "byteorder",
 | 
						|
 "rand",
 | 
						|
 "rustc-hex",
 | 
						|
 "static_assertions",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fnv"
 | 
						|
version = "1.0.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "funty"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "getrandom"
 | 
						|
version = "0.2.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "wasi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hex"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ident_case"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "impl-codec"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"
 | 
						|
dependencies = [
 | 
						|
 "parity-scale-codec",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "impl-rlp"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
 | 
						|
dependencies = [
 | 
						|
 "rlp",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "impl-serde"
 | 
						|
version = "0.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "impl-trait-for-tuples"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.108"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parity-scale-codec"
 | 
						|
version = "2.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
 | 
						|
dependencies = [
 | 
						|
 "arrayvec",
 | 
						|
 "bitvec",
 | 
						|
 "byte-slice-cast",
 | 
						|
 "impl-trait-for-tuples",
 | 
						|
 "parity-scale-codec-derive",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parity-scale-codec-derive"
 | 
						|
version = "2.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ppv-lite86"
 | 
						|
version = "0.2.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "primitive-types"
 | 
						|
version = "0.10.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
 | 
						|
dependencies = [
 | 
						|
 "fixed-hash",
 | 
						|
 "impl-codec",
 | 
						|
 "impl-rlp",
 | 
						|
 "impl-serde",
 | 
						|
 "uint",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro-crate"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
 | 
						|
dependencies = [
 | 
						|
 "thiserror",
 | 
						|
 "toml",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro2"
 | 
						|
version = "1.0.32"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
 | 
						|
dependencies = [
 | 
						|
 "unicode-xid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quote"
 | 
						|
version = "1.0.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "radium"
 | 
						|
version = "0.6.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand"
 | 
						|
version = "0.8.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "rand_chacha",
 | 
						|
 "rand_core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_chacha"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 | 
						|
dependencies = [
 | 
						|
 "ppv-lite86",
 | 
						|
 "rand_core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_core"
 | 
						|
version = "0.6.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
 | 
						|
dependencies = [
 | 
						|
 "getrandom",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rlp"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "rustc-hex",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc-hex"
 | 
						|
version = "2.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.130"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "smallvec"
 | 
						|
version = "1.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "static_assertions"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strsim"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "1.0.81"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-xid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tap"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror"
 | 
						|
version = "1.0.30"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
 | 
						|
dependencies = [
 | 
						|
 "thiserror-impl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror-impl"
 | 
						|
version = "1.0.30"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tiny-keccak"
 | 
						|
version = "2.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
 | 
						|
dependencies = [
 | 
						|
 "crunchy",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml"
 | 
						|
version = "0.5.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "uint"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"
 | 
						|
dependencies = [
 | 
						|
 "arbitrary 1.0.3",
 | 
						|
 "byteorder",
 | 
						|
 "crunchy",
 | 
						|
 "hex",
 | 
						|
 "static_assertions",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-xid"
 | 
						|
version = "0.2.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasi"
 | 
						|
version = "0.10.2+wasi-snapshot-preview1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wyz"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
 |