1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "cfg-if" 7version = "1.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 10 11[[package]] 12name = "git-repos" 13version = "0.1.0" 14dependencies = [ 15 "tracing", 16] 17 18[[package]] 19name = "lazy_static" 20version = "1.4.0" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 23 24[[package]] 25name = "pin-project-lite" 26version = "0.2.8" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" 29 30[[package]] 31name = "proc-macro2" 32version = "1.0.36" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 35dependencies = [ 36 "unicode-xid", 37] 38 39[[package]] 40name = "quote" 41version = "1.0.14" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" 44dependencies = [ 45 "proc-macro2", 46] 47 48[[package]] 49name = "syn" 50version = "1.0.85" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" 53dependencies = [ 54 "proc-macro2", 55 "quote", 56 "unicode-xid", 57] 58 59[[package]] 60name = "tracing" 61version = "0.2.0" 62source = "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0" 63dependencies = [ 64 "cfg-if", 65 "pin-project-lite", 66 "tracing-attributes", 67 "tracing-core", 68] 69 70[[package]] 71name = "tracing-attributes" 72version = "0.2.0" 73source = "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0" 74dependencies = [ 75 "proc-macro2", 76 "quote", 77 "syn", 78] 79 80[[package]] 81name = "tracing-core" 82version = "0.2.0" 83source = "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0" 84dependencies = [ 85 "lazy_static", 86] 87 88[[package]] 89name = "unicode-xid" 90version = "0.2.2" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 93