file:
impl/Cargo.lock
# This file is automatically @generated by Cargo.# It is not intended for manual editing.version = 3
[[package]]name = "ansi_term"version = "0.11.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"dependencies = [ "winapi",]
[[package]]name = "ctor"version = "0.1.23"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"dependencies = [ "quote", "syn",]
[[package]]name = "difference"version = "2.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]name = "output_vt100"version = "0.1.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"dependencies = [ "winapi",]
[[package]]name = "pretty_assertions"version = "0.6.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"dependencies = [ "ansi_term", "ctor", "difference", "output_vt100",]
[[package]]name = "proc-macro-error"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", "syn", "version_check",]
[[package]]name = "proc-macro-error-attr"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"dependencies = [ "proc-macro2", "quote", "version_check",]
[[package]]name = "proc-macro2"version = "1.0.43"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"dependencies = [ "unicode-ident",]
[[package]]name = "quote"version = "1.0.21"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"dependencies = [ "proc-macro2",]
[[package]]name = "syn"version = "1.0.99"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"dependencies = [ "proc-macro2", "quote", "unicode-ident",]
[[package]]name = "tide-jsx-impl"version = "0.3.0"dependencies = [ "pretty_assertions", "proc-macro-error", "proc-macro2", "quote", "syn",]
[[package]]name = "unicode-ident"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
[[package]]name = "version_check"version = "0.9.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]name = "winapi"version = "0.3.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu",]
[[package]]name = "winapi-i686-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]name = "winapi-x86_64-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"