| giolekva | 0990ccf | 2022-05-13 16:12:38 +0400 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "bitflags" |
| 7 | version = "1.3.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "call_host" |
| 13 | version = "0.1.0" |
| 14 | dependencies = [ |
| 15 | "tui", |
| 16 | "wasi", |
| 17 | ] |
| 18 | |
| 19 | [[package]] |
| 20 | name = "cassowary" |
| 21 | version = "0.3.0" |
| 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 | checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 24 | |
| 25 | [[package]] |
| 26 | name = "tui" |
| 27 | version = "0.18.0" |
| 28 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 29 | checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729" |
| 30 | dependencies = [ |
| 31 | "bitflags", |
| 32 | "cassowary", |
| 33 | "unicode-segmentation", |
| 34 | "unicode-width", |
| 35 | ] |
| 36 | |
| 37 | [[package]] |
| 38 | name = "unicode-segmentation" |
| 39 | version = "1.9.0" |
| 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 41 | checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" |
| 42 | |
| 43 | [[package]] |
| 44 | name = "unicode-width" |
| 45 | version = "0.1.9" |
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
| 48 | |
| 49 | [[package]] |
| 50 | name = "wasi" |
| 51 | version = "0.11.0+wasi-snapshot-preview1" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |