20 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
| name: "regex"
 | |
| description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
 | |
| third_party {
 | |
|   url {
 | |
|     type: HOMEPAGE
 | |
|     value: "https://crates.io/crates/regex"
 | |
|   }
 | |
|   url {
 | |
|     type: ARCHIVE
 | |
|     value: "https://static.crates.io/crates/regex/regex-1.5.4.crate"
 | |
|   }
 | |
|   version: "1.5.4"
 | |
|   license_type: NOTICE
 | |
|   last_upgrade_date {
 | |
|     year: 2021
 | |
|     month: 5
 | |
|     day: 19
 | |
|   }
 | |
| }
 |