2024-01-02 11:29:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.7.1"
|
2024-04-21 15:54:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2024-04-21 15:54:59 +00:00
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.3.0"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "3.16.0"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "2.1.0"
|
2024-04-21 15:54:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2024-04-21 15:54:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.15"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.5.0"
|
2024-04-21 15:54:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-04-21 15:54:59 +00:00
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "2.0.5"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.0.11"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.3.69"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.155"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.22"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.9.1"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-21 15:54:59 +00:00
|
|
|
name = "portable-atomic"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.7.0"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.86"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycrdt"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.9.6"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"pyo3",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "831e8e819a138c36e212f3af3fd9eeffed6bf1510a805af35b0edee5ffa59433"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
2024-07-27 06:49:29 +00:00
|
|
|
"once_cell",
|
2024-04-21 15:54:59 +00:00
|
|
|
"portable-atomic",
|
2024-01-02 11:29:13 +00:00
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1e8730e591b14492a8945cdff32f089250b05f5accecf74aeddf9e8272ce1fa8"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5e97e919d2df92eb88ca80a037969f44e5e70356559654962cbb3316d00300c6"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "eb57983022ad41f9e683a599f2fd13c3664d7063a3ac5714cae4b7bee7d3f206"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ec480c0c51ddec81019531705acac51bcdbeae563557c982aa8263bb96880372"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
2024-04-21 15:54:59 +00:00
|
|
|
"heck",
|
2024-01-02 11:29:13 +00:00
|
|
|
"proc-macro2",
|
2024-04-21 15:54:59 +00:00
|
|
|
"pyo3-build-config",
|
2024-01-02 11:29:13 +00:00
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.0.36"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.0.18"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.204"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.204"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.120"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallstr"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.13.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "2.0.72"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.12.15"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.63"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.63"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.3"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.92"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.92"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.92"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.92"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-21 15:54:59 +00:00
|
|
|
"syn",
|
2024-01-02 11:29:13 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "0.2.92"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 15:54:59 +00:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2024-01-02 11:29:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yrs"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.19.2"
|
2024-01-02 11:29:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a8ca5126331b9a5ef5bb10f3f1c3d01b05f298d348c66f8fb15497d83ee73176"
|
2024-01-02 11:29:13 +00:00
|
|
|
dependencies = [
|
2024-04-21 15:54:59 +00:00
|
|
|
"arc-swap",
|
2024-01-02 11:29:13 +00:00
|
|
|
"atomic_refcell",
|
2024-04-21 15:54:59 +00:00
|
|
|
"fastrand",
|
2024-01-02 11:29:13 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smallstr",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|