mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "test_helpers"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
publish = false
 | 
						|
 | 
						|
[dependencies.proptest]
 | 
						|
version = "0.10"
 | 
						|
default-features = false
 | 
						|
features = ["alloc"]
 | 
						|
 | 
						|
[features]
 | 
						|
all_lane_counts = []
 |