cli dollcode encoder and decoder
at 1b876f99185a7333a2eb5b10cdd0ced060c23b43 132 lines 3.5 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "anstream" 7version = "0.6.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 10dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "is_terminal_polyfill", 17 "utf8parse", 18] 19 20[[package]] 21name = "anstyle" 22version = "1.0.13" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 25 26[[package]] 27name = "anstyle-parse" 28version = "0.2.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 40dependencies = [ 41 "windows-sys", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.11" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys", 53] 54 55[[package]] 56name = "clap" 57version = "4.5.51" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 60dependencies = [ 61 "clap_builder", 62] 63 64[[package]] 65name = "clap_builder" 66version = "4.5.51" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 69dependencies = [ 70 "anstream", 71 "anstyle", 72 "clap_lex", 73 "strsim", 74] 75 76[[package]] 77name = "clap_lex" 78version = "0.7.6" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 81 82[[package]] 83name = "colorchoice" 84version = "1.0.4" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 87 88[[package]] 89name = "is_terminal_polyfill" 90version = "1.70.2" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 93 94[[package]] 95name = "once_cell_polyfill" 96version = "1.70.2" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 99 100[[package]] 101name = "porcelain" 102version = "0.1.0" 103dependencies = [ 104 "clap", 105] 106 107[[package]] 108name = "strsim" 109version = "0.11.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 112 113[[package]] 114name = "utf8parse" 115version = "0.2.2" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 118 119[[package]] 120name = "windows-link" 121version = "0.2.1" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 124 125[[package]] 126name = "windows-sys" 127version = "0.61.2" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 130dependencies = [ 131 "windows-link", 132]