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