mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	- Sort dependencies and features sections.
- Add `tidy` markers to the sorted sections so they stay sorted.
- Remove empty `[lib`] sections.
- Remove "See more keys..." comments.
Excluded files:
- rustc_codegen_{cranelift,gcc}, because they're external.
- rustc_lexer, because it has external use.
- stable_mir, because it has external use.
		
	
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_serialize"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
indexmap = "2.0.0"
 | 
						|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 | 
						|
thin-vec = "0.2.12"
 | 
						|
# tidy-alphabetical-end
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
rustc_macros = { path = "../rustc_macros" }
 | 
						|
tempfile = "3.2"
 | 
						|
# tidy-alphabetical-end
 |