# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "ascii" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "cc" version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "libc", ] [[package]] name = "chunked_transfer" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "httpdate" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "libc" version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "livid-desktop" version = "0.1.8" dependencies = [ "livid-server", "wv", ] [[package]] name = "livid-server" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683bd52af3c74644d27bfb7f5d337a570ac3c17647139e7ab7462da72891b92d" dependencies = [ "ascii", "httpdate", "tiny_http", ] [[package]] name = "log" version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "pkg-config" version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a" [[package]] name = "tiny_http" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" dependencies = [ "ascii", "chunked_transfer", "httpdate", "log", ] [[package]] name = "wv" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9c803347afd5b74002cea7a340e53c96ea7176e960ab6aba2824991b0956e41" dependencies = [ "wv-sys", ] [[package]] name = "wv-sys" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ccd932a007eb2be4bb3c6d366c4d02e2215583df7463b6a4c0ea19b6723a7d4" dependencies = [ "cc", "pkg-config", ]