webcomponent 0.6.2

A library for creating web components
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "callback"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8d10c0b3ea513b905262b38ddb14f01770f81846b4148f40fefb7f27f0422"
dependencies = [
 "lazy_static",
 "spin 0.9.0",
]

[[package]]
name = "cstring"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6be7aa61a2402d73972555cac532536403401be1813054ca57cfc44b9b56f3"
dependencies = [
 "cty",
 "memchr",
]

[[package]]
name = "cty"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3"

[[package]]
name = "js"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "671c575ea0ebbe19e27aa909a8260842387e690185b2de26b5a6eb9260600504"
dependencies = [
 "callback",
 "cstring",
 "lazy_static",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
 "spin 0.5.2",
]

[[package]]
name = "lock_api"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
dependencies = [
 "scopeguard",
]

[[package]]
name = "memchr"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"

[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"

[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "spin"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13287b4da9d1207a4f4929ac390916d64eacfe236a487e9a9f5b3be392be5162"

[[package]]
name = "spin"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87bbf98cb81332a56c1ee8929845836f85e8ddd693157c30d76660196014478"
dependencies = [
 "lock_api",
]

[[package]]
name = "webcomponent"
version = "0.6.2"
dependencies = [
 "callback",
 "js",
 "lazy_static",
 "spin 0.7.1",
]