1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anstyle" 7version = "1.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 10 11[[package]] 12name = "clap" 13version = "4.3.21" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" 16dependencies = [ 17 "clap_builder", 18] 19 20[[package]] 21name = "clap_builder" 22version = "4.3.21" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" 25dependencies = [ 26 "anstyle", 27 "clap_lex", 28 "strsim", 29] 30 31[[package]] 32name = "clap_lex" 33version = "0.5.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 36 37[[package]] 38name = "codespan-reporting" 39version = "0.11.1" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 42dependencies = [ 43 "termcolor", 44 "unicode-width", 45] 46 47[[package]] 48name = "cxxbridge-cmd" 49version = "1.0.109" 50dependencies = [ 51 "clap", 52 "codespan-reporting", 53 "proc-macro2", 54 "quote", 55 "syn", 56] 57 58[[package]] 59name = "proc-macro2" 60version = "1.0.66" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 63dependencies = [ 64 "unicode-ident", 65] 66 67[[package]] 68name = "quote" 69version = "1.0.32" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 72dependencies = [ 73 "proc-macro2", 74] 75 76[[package]] 77name = "strsim" 78version = "0.10.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 81 82[[package]] 83name = "syn" 84version = "2.0.28" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 87dependencies = [ 88 "proc-macro2", 89 "quote", 90 "unicode-ident", 91] 92 93[[package]] 94name = "termcolor" 95version = "1.2.0" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 98dependencies = [ 99 "winapi-util", 100] 101 102[[package]] 103name = "unicode-ident" 104version = "1.0.11" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 107 108[[package]] 109name = "unicode-width" 110version = "0.1.10" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 113 114[[package]] 115name = "winapi" 116version = "0.3.9" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 119dependencies = [ 120 "winapi-i686-pc-windows-gnu", 121 "winapi-x86_64-pc-windows-gnu", 122] 123 124[[package]] 125name = "winapi-i686-pc-windows-gnu" 126version = "0.4.0" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 129 130[[package]] 131name = "winapi-util" 132version = "0.1.5" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 135dependencies = [ 136 "winapi", 137] 138 139[[package]] 140name = "winapi-x86_64-pc-windows-gnu" 141version = "0.4.0" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 144