152 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			152 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | [[package]] | ||
|  | name = "aho-corasick" | ||
|  | version = "0.6.9" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "cfg-if" | ||
|  | version = "0.1.6" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "cslice" | ||
|  | version = "0.2.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "gcc" | ||
|  | version = "0.3.55" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "lazy_static" | ||
|  | version = "1.2.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "libc" | ||
|  | version = "0.2.45" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "memchr" | ||
|  | version = "2.1.2" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "neon" | ||
|  | version = "0.2.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "cslice 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "neon-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "neon-runtime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "neon-build" | ||
|  | version = "0.2.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "neon-runtime" | ||
|  | version = "0.2.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "regex" | ||
|  | version = "0.2.11" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "regex-syntax" | ||
|  | version = "0.5.6" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "semver" | ||
|  | version = "0.9.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "semver-parser" | ||
|  | version = "0.7.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "test-project" | ||
|  | version = "0.1.0" | ||
|  | dependencies = [ | ||
|  |  "neon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  |  "neon-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "thread_local" | ||
|  | version = "0.3.6" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | dependencies = [ | ||
|  |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "ucd-util" | ||
|  | version = "0.1.3" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "utf8-ranges" | ||
|  | version = "1.0.2" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "version_check" | ||
|  | version = "0.1.5" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | 
 | ||
|  | [metadata] | ||
|  | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | ||
|  | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | ||
|  | "checksum cslice 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "697c714f50560202b1f4e2e09cd50a421881c83e9025db75d15f276616f04f40" | ||
|  | "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" | ||
|  | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | ||
|  | "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74" | ||
|  | "checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9" | ||
|  | "checksum neon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2e4dcd1e15c5944d89d283ec7c3b1b4ef83b5d2227b3b5d91d33224a45c7a3" | ||
|  | "checksum neon-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "870c8f0b18ce83d8af6d95b9b723678aef55c047f29e09ac3e3d10ceecf57fd0" | ||
|  | "checksum neon-runtime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff1178addfa03e060fc79e795c21170823e69f0229b0b13a4a2585190ef8fa76" | ||
|  | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" | ||
|  | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" | ||
|  | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | ||
|  | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | ||
|  | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | ||
|  | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" | ||
|  | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | ||
|  | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |