|
|
@ -2,6 +2,16 @@
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ab_glyph"
|
|
|
|
|
|
|
|
version = "0.2.17"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "04a9283dace1c41c265496614998d5b9c4a97b3eb770e804f007c5144bf03f2b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
|
|
|
|
"owned_ttf_parser",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
|
|
|
name = "ab_glyph_rasterizer"
|
|
|
|
version = "0.1.5"
|
|
|
|
version = "0.1.5"
|
|
|
@ -36,7 +46,7 @@ dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash",
|
|
|
|
"ahash",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bitflags",
|
|
|
|
"brotli",
|
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
@ -292,7 +302,7 @@ dependencies = [
|
|
|
|
"actix-tls",
|
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash",
|
|
|
|
"ahash",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
|
|
|
"cookie",
|
|
|
@ -314,22 +324,16 @@ dependencies = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "badge"
|
|
|
|
name = "badgers"
|
|
|
|
version = "0.3.0"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0228ae65b89e72921e86c19c3574da63bda0628e9d7da5e164f569bbf4e477d"
|
|
|
|
checksum = "26315f90cbcd241425a27dcc1140dbc85505e87ddc90f324067df6a158572fb3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"ab_glyph",
|
|
|
|
|
|
|
|
"base64",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"rusttype",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "base64"
|
|
|
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
version = "0.13.0"
|
|
|
@ -892,12 +896,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hoc"
|
|
|
|
name = "hoc"
|
|
|
|
version = "0.24.0"
|
|
|
|
version = "0.25.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-web",
|
|
|
|
"actix-web",
|
|
|
|
"awc",
|
|
|
|
"awc",
|
|
|
|
"badge",
|
|
|
|
"badgers",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"config",
|
|
|
|
"config",
|
|
|
|
"dotenvy",
|
|
|
|
"dotenvy",
|
|
|
@ -1363,9 +1367,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "owned_ttf_parser"
|
|
|
|
name = "owned_ttf_parser"
|
|
|
|
version = "0.6.0"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
|
|
|
checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ttf-parser",
|
|
|
|
"ttf-parser",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1631,7 +1635,7 @@ version = "0.11.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
|
|
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -1668,7 +1672,7 @@ version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1679,7 +1683,7 @@ version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758"
|
|
|
|
checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"base64",
|
|
|
|
"bytecount",
|
|
|
|
"bytecount",
|
|
|
|
"itertools",
|
|
|
|
"itertools",
|
|
|
|
"md5",
|
|
|
|
"md5",
|
|
|
@ -1706,16 +1710,6 @@ dependencies = [
|
|
|
|
"semver",
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rusttype"
|
|
|
|
|
|
|
|
version = "0.9.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
|
|
|
|
"owned_ttf_parser",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.6"
|
|
|
|
version = "1.0.6"
|
|
|
@ -1968,16 +1962,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.21.1"
|
|
|
|
version = "1.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95"
|
|
|
|
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"parking_lot",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"signal-hook-registry",
|
|
|
@ -2134,9 +2127,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.6.2"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
name = "typenum"
|
|
|
|