mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	
		
			
	
	
		
			32 lines
		
	
	
		
			880 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			880 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# When uploading crates to the registry Cargo will automatically
							 | 
						||
| 
								 | 
							
								# "normalize" Cargo.toml files for maximal compatibility
							 | 
						||
| 
								 | 
							
								# with all versions of Cargo and also rewrite `path` dependencies
							 | 
						||
| 
								 | 
							
								# to registry (e.g., crates.io) dependencies.
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# If you are reading this file be aware that the original Cargo.toml
							 | 
						||
| 
								 | 
							
								# will likely look very different (and much more reasonable).
							 | 
						||
| 
								 | 
							
								# See Cargo.toml.orig for the original contents.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[package]
							 | 
						||
| 
								 | 
							
								edition = "2018"
							 | 
						||
| 
								 | 
							
								name = "eth2_ssz"
							 | 
						||
| 
								 | 
							
								version = "0.4.0"
							 | 
						||
| 
								 | 
							
								authors = ["Paul Hauner <paul@sigmaprime.io>"]
							 | 
						||
| 
								 | 
							
								description = "SimpleSerialize (SSZ) as used in Ethereum 2.0"
							 | 
						||
| 
								 | 
							
								license = "Apache-2.0"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[lib]
							 | 
						||
| 
								 | 
							
								name = "ssz"
							 | 
						||
| 
								 | 
							
								[dependencies.ethereum-types]
							 | 
						||
| 
								 | 
							
								version = "0.14.1"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dependencies.smallvec]
							 | 
						||
| 
								 | 
							
								version = "1.6.1"
							 | 
						||
| 
								 | 
							
								[dev-dependencies.eth2_ssz_derive]
							 | 
						||
| 
								 | 
							
								version = "0.3.0"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[features]
							 | 
						||
| 
								 | 
							
								arbitrary = ["ethereum-types/arbitrary"]
							 |