2022-02-07 06:40:45 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.19.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"getrandom 0.2.9",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.7.20"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "allo-isolate"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.14"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "8ed55848be9f41d44c79df6045b680a74a78bc579e0813f7f196cd7928e22fb1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-04-04 00:41:16 +00:00
|
|
|
version = "1.0.70"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 00:41:16 +00:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-03-03 12:38:31 +00:00
|
|
|
"pin-project-lite",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-12-09 01:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.68"
|
2022-12-09 01:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-12-09 01:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-12-09 01:19:47 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-06-29 05:44:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.9"
|
2022-06-29 05:44:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
|
2022-06-29 05:44:15 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2022-02-07 06:40:45 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.15"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "3b32c5ea3aabaf4deb5f5ced2d688ec0844c881c9e6c696a8b769a05fc691e62"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2023-03-03 12:38:31 +00:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.67"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.13.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.2"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.64.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.0"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"generic-array",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"generic-array",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "borsh"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"borsh-derive",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.13.2",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.4.0"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "3.12.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "bytecheck"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.10"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
2023-04-13 10:53:51 +00:00
|
|
|
"simdutf8",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.10"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.4.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.79"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom 7.1.3",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-04-04 00:41:16 +00:00
|
|
|
version = "0.4.24"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 00:41:16 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasm-bindgen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.1"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz-build",
|
2023-04-13 10:53:51 +00:00
|
|
|
"phf 0.10.1",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.0.2"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"parse-zoneinfo",
|
2023-04-13 10:53:51 +00:00
|
|
|
"phf 0.10.1",
|
2022-02-09 01:57:03 +00:00
|
|
|
"phf_codegen",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ba0f413777386d37f85afa5242f277a7b461905254c1af3c339d4af06800f62"
|
|
|
|
dependencies = [
|
|
|
|
"cmd_lib_macros",
|
|
|
|
"faccess",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"os_pipe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib_macros"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e66605092ff6c6e37e0246601ae6c3f62dc1880e0599359b5f303497c112dc0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-08 06:36:59 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
|
|
|
"collab-persistence",
|
|
|
|
"lib0",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"y-sync",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-04-28 06:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-database"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-28 06:08:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
|
|
|
"collab-persistence",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-plugins",
|
2023-04-28 06:08:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lru",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-derive"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-document"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
|
|
|
"collab-persistence",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-04-18 11:06:21 +00:00
|
|
|
"tracing",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-folder"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
|
|
|
"collab-persistence",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "collab-persistence"
|
|
|
|
version = "0.1.0"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"chrono",
|
2023-04-21 09:02:26 +00:00
|
|
|
"lazy_static",
|
2023-04-04 00:41:16 +00:00
|
|
|
"lib0",
|
2023-04-18 11:06:21 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-04-21 09:02:26 +00:00
|
|
|
"rocksdb",
|
2023-04-04 00:41:16 +00:00
|
|
|
"serde",
|
|
|
|
"sled",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-04-18 11:06:21 +00:00
|
|
|
"tracing",
|
2023-04-04 00:41:16 +00:00
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-plugins"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
|
|
|
dependencies = [
|
|
|
|
"collab",
|
|
|
|
"collab-persistence",
|
|
|
|
"collab-sync",
|
|
|
|
"collab-ws",
|
|
|
|
"tracing",
|
|
|
|
"y-sync",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "collab-sync"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"futures-util",
|
|
|
|
"lib0",
|
|
|
|
"md5",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
"y-sync",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "collab-ws"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=46c9a1#46c9a199af9b2654080bebdcd9637b7a5d7bffe8"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-tungstenite 0.18.0",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "config"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2023-03-03 12:38:31 +00:00
|
|
|
"nom 5.1.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86"
|
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be"
|
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
|
|
|
"prost-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber 0.3.16",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.4.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cast",
|
|
|
|
"itertools",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.5.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.9.14"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"autocfg",
|
2022-02-07 06:40:45 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "0.8.15"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.2.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.94"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.94"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.94"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.94"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dart-ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"allo-isolate",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2022-06-14 00:46:11 +00:00
|
|
|
"crossbeam-utils",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-core",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2023-01-26 07:40:23 +00:00
|
|
|
"flowy-notification",
|
2022-12-20 03:14:42 +00:00
|
|
|
"lazy_static",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lib-dispatch",
|
|
|
|
"log",
|
2022-12-20 03:14:42 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2023-02-07 14:09:43 +00:00
|
|
|
"tracing",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "5.4.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core 0.9.7",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-02-21 07:47:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "database-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"indexmap",
|
|
|
|
"nanoid",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
|
|
|
version = "1.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
|
|
|
dependencies = [
|
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.0"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"generic-array",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.10.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"block-buffer 0.10.4",
|
2023-01-16 12:47:15 +00:00
|
|
|
"crypto-common",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "document-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"revision-model",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.11"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.8.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.32"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.6.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faccess"
|
2022-07-26 03:58:21 +00:00
|
|
|
version = "0.2.4"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 03:58:21 +00:00
|
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake"
|
2022-07-04 08:38:35 +00:00
|
|
|
version = "2.5.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 08:38:35 +00:00
|
|
|
checksum = "4d68f517805463f3a896a9d29c1d6ff09d3579ded64a7201b4069f8f9c0d52fd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-07-04 08:38:35 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "0.10.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "fancy-regex"
|
|
|
|
version = "0.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 03:11:19 +00:00
|
|
|
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-30 03:11:19 +00:00
|
|
|
"bit-set",
|
|
|
|
"regex",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "fastrand"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.9.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-30 03:11:19 +00:00
|
|
|
"instant",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-ast"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-client-network-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"config",
|
|
|
|
"serde",
|
|
|
|
"serde-aux",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flowy-client-sync"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
2023-02-21 07:47:51 +00:00
|
|
|
"database-model",
|
2023-01-30 03:11:19 +00:00
|
|
|
"dissimilar",
|
|
|
|
"document-model",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-sync",
|
|
|
|
"folder-model",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ot",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"revision-model",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flowy-client-ws"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ws",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-12-01 06:56:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-codegen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cmd_lib",
|
|
|
|
"console",
|
2023-01-30 03:11:19 +00:00
|
|
|
"fancy-regex 0.10.0",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-ast",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"protoc-bin-vendored",
|
|
|
|
"protoc-rust",
|
2022-12-01 08:03:03 +00:00
|
|
|
"quote",
|
2022-12-01 06:56:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"similar",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-01 06:56:20 +00:00
|
|
|
"tera",
|
|
|
|
"toml",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-01-08 04:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-04-04 00:41:16 +00:00
|
|
|
"collab-persistence",
|
2023-03-03 12:38:31 +00:00
|
|
|
"console-subscriber",
|
2023-02-21 07:47:51 +00:00
|
|
|
"database-model",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-client-ws",
|
2023-04-28 06:08:53 +00:00
|
|
|
"flowy-database2",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-document",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-document2",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-error",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-folder2",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-net",
|
|
|
|
"flowy-revision",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-task",
|
|
|
|
"flowy-user",
|
|
|
|
"futures-core",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-log",
|
|
|
|
"lib-ws",
|
|
|
|
"parking_lot 0.12.1",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2023-02-26 08:27:17 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-08 04:10:53 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-01-31 11:30:48 +00:00
|
|
|
"user-model",
|
2023-01-30 03:11:19 +00:00
|
|
|
"ws-model",
|
2023-01-08 04:10:53 +00:00
|
|
|
]
|
|
|
|
|
2023-04-28 06:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-database2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"collab",
|
|
|
|
"collab-database",
|
|
|
|
"collab-persistence",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-plugins",
|
2023-04-28 06:08:53 +00:00
|
|
|
"dashmap",
|
|
|
|
"database-model",
|
|
|
|
"fancy-regex 0.10.0",
|
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
|
|
|
"flowy-notification",
|
|
|
|
"flowy-task",
|
|
|
|
"flowy-test",
|
|
|
|
"futures",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"protobuf",
|
|
|
|
"rayon",
|
|
|
|
"rust_decimal",
|
|
|
|
"rusty-money",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-09 05:08:49 +00:00
|
|
|
"dashmap",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-ast",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-09 05:08:49 +00:00
|
|
|
"lazy_static",
|
2022-12-30 03:16:47 +00:00
|
|
|
"log",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-02-09 10:17:06 +00:00
|
|
|
"serde_json",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-30 03:16:47 +00:00
|
|
|
"tokio",
|
|
|
|
"trybuild",
|
2022-02-09 10:17:06 +00:00
|
|
|
"walkdir",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-10-13 15:29:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-document"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"color-eyre",
|
|
|
|
"criterion",
|
|
|
|
"dashmap",
|
|
|
|
"derive_more",
|
|
|
|
"diesel",
|
|
|
|
"diesel_derives",
|
2023-01-30 03:11:19 +00:00
|
|
|
"document-model",
|
|
|
|
"flowy-client-sync",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-10-13 15:29:37 +00:00
|
|
|
"flowy-derive",
|
|
|
|
"flowy-document",
|
|
|
|
"flowy-error",
|
2023-01-26 07:40:23 +00:00
|
|
|
"flowy-notification",
|
2022-10-13 15:29:37 +00:00
|
|
|
"flowy-revision",
|
2023-01-12 05:09:08 +00:00
|
|
|
"flowy-revision-persistence",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2022-10-13 15:29:37 +00:00
|
|
|
"flowy-test",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ot",
|
|
|
|
"lib-ws",
|
2022-10-22 13:57:44 +00:00
|
|
|
"md5",
|
2022-10-13 15:29:37 +00:00
|
|
|
"protobuf",
|
|
|
|
"rand 0.8.5",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2022-10-13 15:29:37 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-10-13 15:29:37 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-10-13 15:29:37 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"url",
|
2023-01-30 03:11:19 +00:00
|
|
|
"ws-model",
|
2022-10-13 15:29:37 +00:00
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-document2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"collab-document",
|
|
|
|
"collab-persistence",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-plugins",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
|
|
|
"flowy-notification",
|
|
|
|
"lib-dispatch",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2023-04-24 06:25:00 +00:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-04-14 12:14:47 +00:00
|
|
|
"tracing",
|
2023-04-24 06:25:00 +00:00
|
|
|
"tracing-subscriber 0.3.16",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-error"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-12-30 03:16:47 +00:00
|
|
|
"anyhow",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
2023-04-28 06:08:53 +00:00
|
|
|
"collab-database",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-client-sync",
|
|
|
|
"flowy-client-ws",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2023-01-30 03:11:19 +00:00
|
|
|
"http-error-code",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lib-dispatch",
|
|
|
|
"lib-ot",
|
|
|
|
"protobuf",
|
|
|
|
"r2d2",
|
2023-01-30 03:11:19 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde_json",
|
2023-01-30 03:11:19 +00:00
|
|
|
"serde_repr",
|
2022-12-30 03:16:47 +00:00
|
|
|
"thiserror",
|
2023-01-30 03:11:19 +00:00
|
|
|
"user-model",
|
2022-02-09 11:26:06 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-folder2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"collab",
|
|
|
|
"collab-folder",
|
|
|
|
"collab-persistence",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-plugins",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-document",
|
|
|
|
"flowy-error",
|
|
|
|
"flowy-folder2",
|
|
|
|
"flowy-notification",
|
|
|
|
"flowy-test",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"protobuf",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-net"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"config",
|
|
|
|
"dashmap",
|
2023-01-30 03:11:19 +00:00
|
|
|
"document-model",
|
|
|
|
"flowy-client-network-config",
|
|
|
|
"flowy-client-sync",
|
|
|
|
"flowy-client-ws",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2022-10-13 15:29:37 +00:00
|
|
|
"flowy-document",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-document2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-error",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-folder2",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-server-sync",
|
2022-03-19 08:52:28 +00:00
|
|
|
"flowy-sync",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-user",
|
2023-01-30 03:11:19 +00:00
|
|
|
"folder-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ws",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-11-08 13:13:28 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
|
|
|
"reqwest",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
|
|
|
"serde-aux",
|
|
|
|
"serde_json",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2023-01-30 03:11:19 +00:00
|
|
|
"thiserror",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-01-30 03:11:19 +00:00
|
|
|
"user-model",
|
|
|
|
"ws-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-01-26 07:40:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-notification"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-03-19 08:52:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-revision"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"dashmap",
|
|
|
|
"flowy-error",
|
2022-11-07 09:30:24 +00:00
|
|
|
"flowy-revision",
|
2023-01-12 05:09:08 +00:00
|
|
|
"flowy-revision-persistence",
|
2022-12-09 01:19:47 +00:00
|
|
|
"futures",
|
2022-03-19 08:52:28 +00:00
|
|
|
"futures-util",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ws",
|
2022-11-02 02:23:54 +00:00
|
|
|
"nanoid",
|
2022-11-08 05:51:12 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2022-03-19 08:52:28 +00:00
|
|
|
"serde",
|
2022-08-16 03:24:37 +00:00
|
|
|
"serde_json",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-03-19 08:52:28 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-01-30 03:11:19 +00:00
|
|
|
"ws-model",
|
2022-03-19 08:52:28 +00:00
|
|
|
]
|
|
|
|
|
2023-01-12 05:09:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-revision-persistence"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"flowy-error",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2023-01-12 05:09:08 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "flowy-server-sync"
|
2022-02-07 06:40:45 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"dashmap",
|
2023-01-30 03:11:19 +00:00
|
|
|
"document-model",
|
|
|
|
"flowy-sync",
|
|
|
|
"folder-model",
|
2022-03-19 08:52:28 +00:00
|
|
|
"futures",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lib-infra",
|
|
|
|
"lib-ot",
|
2022-03-19 08:52:28 +00:00
|
|
|
"log",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"ws-model",
|
|
|
|
]
|
|
|
|
|
2023-01-31 00:28:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-sqlite"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"diesel",
|
|
|
|
"diesel_derives",
|
|
|
|
"diesel_migrations",
|
|
|
|
"error-chain",
|
|
|
|
"lazy_static",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"openssl",
|
|
|
|
"openssl-sys",
|
|
|
|
"r2d2",
|
|
|
|
"scheduled-thread-pool",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-sync"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"document-model",
|
|
|
|
"folder-model",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ot",
|
2022-11-08 05:51:12 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-01-30 03:11:19 +00:00
|
|
|
"revision-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-01-30 03:11:19 +00:00
|
|
|
"ws-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-13 14:23:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-task"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"atomic_refcell",
|
|
|
|
"futures",
|
|
|
|
"lib-infra",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fake",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-client-sync",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-core",
|
2022-10-20 03:35:11 +00:00
|
|
|
"flowy-document",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-folder2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-net",
|
|
|
|
"flowy-user",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-ot",
|
|
|
|
"log",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serial_test",
|
|
|
|
"thread-id",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flowy-user"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-04-04 00:41:16 +00:00
|
|
|
"collab-persistence",
|
2022-02-07 06:40:45 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel_derives",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
2023-01-26 07:40:23 +00:00
|
|
|
"flowy-notification",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-test",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"log",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-02-07 06:40:45 +00:00
|
|
|
"once_cell",
|
2022-11-08 13:13:28 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-01-30 03:11:19 +00:00
|
|
|
"user-model",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-11-08 05:43:41 +00:00
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "folder-model"
|
2022-11-08 05:43:41 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"nanoid",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.1.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.14.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-04 00:41:16 +00:00
|
|
|
"js-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2023-04-04 00:41:16 +00:00
|
|
|
"wasm-bindgen",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.27.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-12-30 03:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.1"
|
2022-12-30 03:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-12-30 03:16:47 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.4.10"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
2023-04-13 10:53:51 +00:00
|
|
|
"bstr",
|
2022-02-09 01:57:03 +00:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.3.17"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "0.12.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-03-03 12:38:31 +00:00
|
|
|
name = "hdrhistogram"
|
|
|
|
version = "7.5.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"num-traits",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "hermit-abi"
|
2022-02-07 06:40:45 +00:00
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.9"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.4.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "http-error-code"
|
2022-02-07 06:40:45 +00:00
|
|
|
version = "0.1.0"
|
2023-01-30 03:11:19 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Server?branch=refactor/appflowy_server#1ccd296de8530760d92652dbd9f38f27178059b6"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.1.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.14.26"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.56"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.20"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.9.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-04-11 06:09:50 +00:00
|
|
|
"serde",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-08-22 08:46:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indextree"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "4.6.0"
|
2022-08-22 08:46:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "c40411d0e5c63ef1323c3d09ce5ec6d84d71531e18daed0743fccea279d7deb6"
|
2022-08-22 08:46:24 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.7.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.10.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.61"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
2022-03-03 14:17:07 +00:00
|
|
|
"arrayvec 0.5.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-dispatch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bytes",
|
|
|
|
"derivative",
|
|
|
|
"dyn-clone",
|
|
|
|
"futures",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-17 08:27:17 +00:00
|
|
|
"serde_repr",
|
2022-02-07 06:40:45 +00:00
|
|
|
"thread-id",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-infra"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-12-09 01:19:47 +00:00
|
|
|
"async-trait",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures-core",
|
2023-01-30 03:11:19 +00:00
|
|
|
"md5",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-log"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-appender",
|
|
|
|
"tracing-bunyan-formatter",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-ot"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-10-22 13:57:44 +00:00
|
|
|
"indexmap",
|
2022-08-22 08:46:24 +00:00
|
|
|
"indextree",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-ws"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"dashmap",
|
|
|
|
"futures",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"lib-infra",
|
|
|
|
"log",
|
2022-11-08 13:13:28 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project",
|
|
|
|
"protobuf",
|
2022-12-30 03:16:47 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2022-11-08 05:51:12 +00:00
|
|
|
"strum_macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tokio-tungstenite 0.15.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lib0"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.16.5"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "daf23122cb1c970b77ea6030eac5e328669415b65d2ab245c99bfb110f9d62dc"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.141"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
|
|
|
version = "0.10.0+7.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"bzip2-sys",
|
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"autocfg",
|
2022-02-07 06:40:45 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.4.17"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
2023-04-28 06:08:53 +00:00
|
|
|
name = "lru"
|
|
|
|
version = "0.10.0"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 06:08:53 +00:00
|
|
|
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
2023-04-28 06:08:53 +00:00
|
|
|
"hashbrown 0.13.2",
|
2023-04-21 09:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.5.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
|
|
|
dependencies = [
|
|
|
|
"diesel",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
|
|
|
dependencies = [
|
|
|
|
"migrations_internals",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.17"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.6.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 07:27:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanoid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
|
|
dependencies = [
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-04-11 07:27:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.11"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-04-24 06:25:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.45"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.15"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.15.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-02-07 06:40:45 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.30.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.17.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.50"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-01-16 12:47:15 +00:00
|
|
|
"openssl-macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.1"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2022-09-01 04:27:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "111.25.2+1.1.1t"
|
2022-09-01 04:27:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431"
|
2022-09-01 04:27:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.9.85"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-09-01 04:27:09 +00:00
|
|
|
"openssl-src",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-24 06:25:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2023-01-16 12:47:15 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-06-14 00:37:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-04-13 10:53:51 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.8.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-02-07 06:40:45 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-06-14 00:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.9.7"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-06-14 00:37:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-06-14 00:37:44 +00:00
|
|
|
"smallvec",
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-06-14 00:37:44 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.2.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.5.7"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"thiserror",
|
2022-02-09 01:57:03 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.5.7"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.5.7"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.5.7"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-09 01:57:03 +00:00
|
|
|
"pest",
|
2023-01-16 12:47:15 +00:00
|
|
|
"sha2",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.1"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"phf_shared 0.10.0",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.0"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.0"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"phf_shared 0.10.0",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.0"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"uncased",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-12-19 02:47:40 +00:00
|
|
|
version = "1.0.12"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 02:47:40 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-12-19 02:47:40 +00:00
|
|
|
version = "1.0.12"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 02:47:40 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.26"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[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",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-08 06:36:59 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.20+deprecated"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.56"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-12-09 01:19:47 +00:00
|
|
|
"unicode-ident",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "a0218039c514f9e14a5060742ecd50427f8ac4f85a6dc58f2ddb806e318c55ee"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2022-02-13 04:04:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "005ca8623e5633e298ad1f917d8be0a44bcf406bf3cde3b80e63003e49a3f27d"
|
|
|
|
dependencies = [
|
|
|
|
"protoc-bin-vendored-linux-aarch_64",
|
|
|
|
"protoc-bin-vendored-linux-ppcle_64",
|
|
|
|
"protoc-bin-vendored-linux-x86_32",
|
|
|
|
"protoc-bin-vendored-linux-x86_64",
|
|
|
|
"protoc-bin-vendored-macos-x86_64",
|
|
|
|
"protoc-bin-vendored-win32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-aarch_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fb9fc9cce84c8694b6ea01cc6296617b288b703719b725b8c9c65f7c5874435"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-ppcle_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02d2a07dcf7173a04d49974930ccbfb7fd4d74df30ecfc8762cf2f895a094516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-x86_32"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54fef0b04fcacba64d1d80eed74a20356d96847da8497a59b0a0a436c9165b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-x86_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8782f2ce7d43a9a5c74ea4936f001e9e8442205c244f7a3d4286bd4c37bc924"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-macos-x86_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5de656c7ee83f08e0ae5b81792ccfdc1d04e7876b1d9a38e6876a9e09e02537"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-win32"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9653c3ed92974e34c5a6e0a510864dab979760481714c172e0a34e437cb98804"
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protoc-rust"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "22f8a182bb17c485f20bdc4274a8c39000a61024cfe461c799b50fec77267838"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen",
|
|
|
|
"protoc",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "1.0.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-04-28 13:16:28 +00:00
|
|
|
"env_logger",
|
2022-02-07 06:40:45 +00:00
|
|
|
"log",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck_macros"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "608c156fd8e97febc07dc9c2e2c80bf74cfc6ef26893eae3daf8bc2bc94a4b7f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-04 00:41:16 +00:00
|
|
|
version = "1.0.26"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 00:41:16 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.8.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-01-16 12:47:15 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand_hc",
|
2022-02-09 01:57:03 +00:00
|
|
|
"rand_pcg",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "0.8.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.6.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"getrandom 0.2.9",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.7.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.16"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.7.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.29"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.0"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.11.16"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"base64 0.21.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-07 06:40:45 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-01-16 12:47:15 +00:00
|
|
|
"tower-service",
|
2022-02-07 06:40:45 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "revision-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"md5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.7.41"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
2023-01-16 12:47:15 +00:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.7.41"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.29.1"
|
2022-03-03 14:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
|
2022-03-03 14:17:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
2023-01-16 12:47:15 +00:00
|
|
|
"borsh",
|
|
|
|
"bytecheck",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2022-03-03 14:17:07 +00:00
|
|
|
"num-traits",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rkyv",
|
2022-03-03 14:17:07 +00:00
|
|
|
"serde",
|
2023-01-16 12:47:15 +00:00
|
|
|
"serde_json",
|
2022-03-03 14:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal_macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.29.1"
|
2022-03-03 14:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0e773fd3da1ed42472fdf3cfdb4972948a555bc3d73f5e0bdb99d17e7b54c687"
|
2022-03-03 14:17:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"rust_decimal",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.22"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.12"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2023-03-03 12:38:31 +00:00
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-money"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b28f881005eac7ad8d46b6f075da5f322bd7f4f83a38720fc069694ddadd683"
|
|
|
|
dependencies = [
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal_macros",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.13"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.21"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.5"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.8.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.17"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.160"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-aux"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "905f2fc9f3d1574e8b5923a58118240021f01d4e239673937ffb9f42707a4f22"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.160"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "1.0.96"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.12"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.7.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-06-14 00:37:44 +00:00
|
|
|
"parking_lot 0.11.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.8"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-01-16 12:47:15 +00:00
|
|
|
"digest 0.10.6",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.4.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.10"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
|
|
|
version = "0.34.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
|
|
dependencies = [
|
|
|
|
"deunicode",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallstr"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.10.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
|
|
dependencies = [
|
2022-11-08 05:51:12 +00:00
|
|
|
"heck",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.0.109"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-09 01:19:47 +00:00
|
|
|
"unicode-ident",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "2.0.15"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "3.5.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-13 10:53:51 +00:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.18.1"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "95a665751302f22a03c56721e23094e4dc22b04a80f381e6737a07bf7a7c70c0"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-09 01:57:03 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
2023-04-13 10:53:51 +00:00
|
|
|
"thread_local",
|
2022-02-09 01:57:03 +00:00
|
|
|
"unic-segment",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.2.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-04 00:41:16 +00:00
|
|
|
version = "1.0.40"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 00:41:16 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-04 00:41:16 +00:00
|
|
|
version = "1.0.40"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 00:41:16 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-06-17 02:37:07 +00:00
|
|
|
version = "1.1.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-17 02:37:07 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.45"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.6.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.27.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"autocfg",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2023-01-16 12:47:15 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-01-16 12:47:15 +00:00
|
|
|
"socket2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio-macros",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.0.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 02:12:04 +00:00
|
|
|
"syn 2.0.15",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-08 02:30:24 +00:00
|
|
|
version = "0.1.14"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 02:30:24 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tokio-util",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"pin-project",
|
|
|
|
"tokio",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tungstenite 0.14.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite 0.18.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.7.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-01-16 12:47:15 +00:00
|
|
|
"tracing",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "0.5.11"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.37"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-appender"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9965507e507f12c8901432a33e31131222abac31edd90cabbcf85cf544b7127a"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.23"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-bunyan-formatter"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c408910c9b7eabc0215fe2b4a89f8ec95581a91cea1f7619f7c78caf14cbc2a1"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"gethostname",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.30"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.2.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
2023-03-03 12:38:31 +00:00
|
|
|
"matchers 0.0.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
|
|
dependencies = [
|
|
|
|
"matchers 0.1.0",
|
2023-04-24 06:25:00 +00:00
|
|
|
"nu-ansi-term",
|
2023-03-03 12:38:31 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2023-04-24 06:25:00 +00:00
|
|
|
"smallvec",
|
2023-03-03 12:38:31 +00:00
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2023-04-24 06:25:00 +00:00
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-12-30 03:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.80"
|
2022-12-30 03:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "501dbdbb99861e4ab6b60eb6a7493956a9defb644fd034bc4a5ef27c693c8a3a"
|
2022-12-30 03:16:47 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"basic-toml",
|
2022-12-30 03:16:47 +00:00
|
|
|
"glob",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5"
|
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"base64 0.13.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2023-01-16 12:47:15 +00:00
|
|
|
"sha-1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.16.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.5"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.7"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
|
|
dependencies = [
|
|
|
|
"unic-ucd-segment",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.13"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-12-09 01:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.0.8"
|
2022-12-09 01:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-12-09 01:19:47 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.22"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.10.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.3.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-01-16 12:47:15 +00:00
|
|
|
"idna 0.3.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "user-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fancy-regex 0.11.0",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"validator",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2023-01-30 03:11:19 +00:00
|
|
|
version = "0.16.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 03:11:19 +00:00
|
|
|
checksum = "32ad5bf234c7d3ad1042e5252b7eddb2c4669ee23f32c7dd0e9b7705f07ef591"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"idna 0.2.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.3.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.84"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.84"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.34"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.84"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.84"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.84"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.61"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "4.4.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-08 06:36:59 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[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-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-06-14 00:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.42.0"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-06-14 00:37:44 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.48.0"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2022-06-14 00:37:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
2022-06-14 00:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.42.2"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.42.2"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.48.0"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.42.2"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.48.0"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.10.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-30 03:11:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"revision-model",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "y-sync"
|
2023-05-08 02:30:24 +00:00
|
|
|
version = "0.3.1"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 02:30:24 +00:00
|
|
|
checksum = "f54d34b68ec4514a0659838c2b1ba867c571b20b3804a1338dacf4fa9062d801"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"lib0",
|
|
|
|
"thiserror",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2023-04-04 00:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yrs"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.16.5"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4c2aef2bf89b4f7c003f9c73f1c8097427ca32e1d006443f3f607f11e79a797b"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell",
|
|
|
|
"lib0",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"smallstr",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
2023-04-21 09:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.8+zstd.1.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|