2019-11-23 22:48:16 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-11 19:29:59 +00:00
|
|
|
version = 4
|
2019-11-23 22:48:16 +00:00
|
|
|
|
2021-07-05 00:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "apa102-spi"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d92cd690fd2aae5bc549e2dc392d9082aab3ccf851aa39b0ab84b2934f4c57a3"
|
|
|
|
dependencies = [
|
|
|
|
"embedded-hal",
|
|
|
|
"smart-leds-trait",
|
|
|
|
]
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atsamd-hal"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.14.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "1cddc374559f476b8225083732b400544075c67616e1b1e1635b0efe84bef158"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"atsamd21g",
|
2021-07-05 00:19:41 +00:00
|
|
|
"bitfield",
|
2024-10-11 19:29:59 +00:00
|
|
|
"bitflags",
|
|
|
|
"cortex-m",
|
2021-07-05 00:19:41 +00:00
|
|
|
"embedded-hal",
|
2024-10-11 19:29:59 +00:00
|
|
|
"modular-bitfield",
|
2021-07-05 00:30:13 +00:00
|
|
|
"nb 0.1.3",
|
2024-10-11 19:29:59 +00:00
|
|
|
"num-traits",
|
2021-07-05 00:19:41 +00:00
|
|
|
"paste",
|
2021-07-05 00:30:13 +00:00
|
|
|
"rand_core",
|
2024-10-11 19:29:59 +00:00
|
|
|
"replace_with",
|
|
|
|
"seq-macro",
|
|
|
|
"typenum",
|
2021-07-05 00:19:41 +00:00
|
|
|
"vcell",
|
|
|
|
"void",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "atsamd21g"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.11.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "3dc9d19869bcd08caab8328a4dc4dc99d4f0216653d8d63963847a03ce87654c"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"bare-metal",
|
2024-10-11 19:29:59 +00:00
|
|
|
"cortex-m",
|
2021-07-05 00:19:41 +00:00
|
|
|
"cortex-m-rt",
|
|
|
|
"vcell",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
2024-10-11 19:29:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"rustc_version",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
2021-07-05 00:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitbang-hal"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "470e1522d257e4c76245980d27d5d279442cb18955cc6341249b904074033f4a"
|
|
|
|
dependencies = [
|
|
|
|
"embedded-hal",
|
|
|
|
"nb 0.1.3",
|
|
|
|
]
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
2021-07-05 00:30:13 +00:00
|
|
|
[[package]]
|
2024-10-11 19:29:59 +00:00
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
2021-07-05 00:30:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-07-05 00:30:13 +00:00
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
2024-10-11 19:29:59 +00:00
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.7.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435"
|
2021-07-05 00:19:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.7.7"
|
2021-07-05 00:19:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9"
|
2021-07-05 00:19:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bare-metal",
|
|
|
|
"bitfield",
|
|
|
|
"embedded-hal",
|
|
|
|
"volatile-register",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.7.3"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "ee84e813d593101b1723e13ec38b6ab6abbdbaaa4546553f5395ed274079ddb1"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"cortex-m-rt-macros",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt-macros"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.7.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "f0f6f3e36f203cfedbc78b357fb28730aa2c6dc1ab060ee5c2405e843988d3c7"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "0.2.5"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "db184d3fa27bc7a2344250394c0264144dfe0bc81a4401801dcb964b8dd172ad"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"nb 0.1.3",
|
2021-07-05 00:19:41 +00:00
|
|
|
"void",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "harrogate"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"house",
|
|
|
|
"itsybitsy_m0",
|
|
|
|
"itsybitsy_m0_lights",
|
|
|
|
"lights",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "house"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"lights",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itsybitsy_m0"
|
2024-10-11 19:29:59 +00:00
|
|
|
version = "0.13.1"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "ffb0011fc3680ff7529d992dca12746f3e324b2e42c52bccfeda97ff95f46ad2"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"apa102-spi",
|
2021-07-05 00:19:41 +00:00
|
|
|
"atsamd-hal",
|
2021-07-05 00:30:13 +00:00
|
|
|
"bitbang-hal",
|
2021-07-05 00:19:41 +00:00
|
|
|
"cortex-m-rt",
|
2021-07-05 00:30:13 +00:00
|
|
|
"smart-leds",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itsybitsy_m0_lights"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-10-11 19:29:59 +00:00
|
|
|
"cortex-m",
|
2021-07-05 00:19:41 +00:00
|
|
|
"itsybitsy_m0",
|
|
|
|
"lights",
|
|
|
|
"panic-halt",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lights"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-10-11 19:29:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "modular-bitfield"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74"
|
|
|
|
dependencies = [
|
|
|
|
"modular-bitfield-impl",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "modular-bitfield-impl"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "0.1.3"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"nb 1.0.0",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "nb"
|
|
|
|
version = "1.0.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
2024-10-11 19:29:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "panic-halt"
|
|
|
|
version = "0.2.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "paste"
|
|
|
|
version = "1.0.5"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "1.0.27"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"unicode-xid",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "1.0.9"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"proc-macro2",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
2024-10-11 19:29:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "replace_with"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.27"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"bytemuck",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"semver",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"semver-parser",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
2024-10-11 19:29:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seq-macro"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
|
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "smart-leds"
|
|
|
|
version = "0.3.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "38dd45fa275f70b4110eac5f5182611ad384f88bb22b68b9a9c3cafd7015290b"
|
|
|
|
dependencies = [
|
|
|
|
"smart-leds-trait",
|
|
|
|
]
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "smart-leds-trait"
|
|
|
|
version = "0.2.1"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "ebf6d833fa93f16a1c1874e62c2aebe8567e5bdd436d59bf543ed258b6f7a8e3"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"rgb",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
2021-07-05 00:30:13 +00:00
|
|
|
[[package]]
|
2024-10-11 19:29:59 +00:00
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
2021-07-05 00:30:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 19:29:59 +00:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2021-07-05 00:30:13 +00:00
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "1.0.73"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:30:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "1.13.0"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-07-05 00:30:13 +00:00
|
|
|
version = "0.2.2"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-05 00:30:13 +00:00
|
|
|
name = "vcell"
|
|
|
|
version = "0.1.3"
|
2019-11-23 22:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:30:13 +00:00
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-11-23 22:48:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "volatile-register"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 00:19:41 +00:00
|
|
|
checksum = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
|
2019-11-23 22:48:16 +00:00
|
|
|
dependencies = [
|
2021-07-05 00:19:41 +00:00
|
|
|
"vcell",
|
2019-11-23 22:48:16 +00:00
|
|
|
]
|