mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_index_macros"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[lib]
 | 
						|
proc-macro = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
synstructure = "0.13.0"
 | 
						|
syn = { version = "2.0.9", features = ["full"] }
 | 
						|
proc-macro2 = "1"
 | 
						|
quote = "1"
 | 
						|
 | 
						|
[features]
 | 
						|
default = ["nightly"]
 | 
						|
nightly = [] |