mirror of
				https://github.com/NotAShelf/microfetch.git
				synced 2025-11-03 23:32:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			160 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			160 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 3
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "addr2line"
 | 
						|
version = "0.21.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
 | 
						|
dependencies = [
 | 
						|
 "gimli",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "adler"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "backtrace"
 | 
						|
version = "0.3.71"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
 | 
						|
dependencies = [
 | 
						|
 "addr2line",
 | 
						|
 "cc",
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "miniz_oxide",
 | 
						|
 "object",
 | 
						|
 "rustc-demangle",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "2.6.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cc"
 | 
						|
version = "1.1.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-if"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg_aliases"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "color-eyre"
 | 
						|
version = "0.6.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
 | 
						|
dependencies = [
 | 
						|
 "backtrace",
 | 
						|
 "eyre",
 | 
						|
 "indenter",
 | 
						|
 "once_cell",
 | 
						|
 "owo-colors",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "eyre"
 | 
						|
version = "0.6.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
 | 
						|
dependencies = [
 | 
						|
 "indenter",
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gimli"
 | 
						|
version = "0.28.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "indenter"
 | 
						|
version = "0.3.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.155"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "microfetch"
 | 
						|
version = "0.3.3"
 | 
						|
dependencies = [
 | 
						|
 "color-eyre",
 | 
						|
 "nix",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "miniz_oxide"
 | 
						|
version = "0.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
 | 
						|
dependencies = [
 | 
						|
 "adler",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nix"
 | 
						|
version = "0.29.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "cfg-if",
 | 
						|
 "cfg_aliases",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "object"
 | 
						|
version = "0.32.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "once_cell"
 | 
						|
version = "1.19.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "owo-colors"
 | 
						|
version = "3.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc-demangle"
 | 
						|
version = "0.1.24"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 |