|  | @@ -4,9 +4,9 @@ name = "num"
 | 
	
		
			
				|  |  |  version = "0.1.27"
 | 
	
		
			
				|  |  |  authors = ["The Rust Project Developers"]
 | 
	
		
			
				|  |  |  license = "MIT/Apache-2.0"
 | 
	
		
			
				|  |  | -homepage = "https://github.com/rust-lang/num"
 | 
	
		
			
				|  |  | -repository = "https://github.com/rust-lang/num"
 | 
	
		
			
				|  |  | -documentation = "http://doc.rust-lang.org/num"
 | 
	
		
			
				|  |  | +homepage = "https://github.com/rust-num/num"
 | 
	
		
			
				|  |  | +repository = "https://github.com/rust-num/num"
 | 
	
		
			
				|  |  | +documentation = "http://rust-num.github.io/num"
 | 
	
		
			
				|  |  |  keywords = ["mathematics", "numerics"]
 | 
	
		
			
				|  |  |  description = """
 | 
	
		
			
				|  |  |  Simple numerics. This crate contains basic arbitrary-sized integer,
 |