Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vecna
lox
Commits
5682b435
Commit
5682b435
authored
8 months ago
by
Vecna
Browse files
Options
Downloads
Patches
Plain Diff
Remove dependency on lox_cli
parent
46401e1c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#183054
failed
8 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+312
-81
312 additions, 81 deletions
Cargo.lock
crates/lox-distributor/Cargo.toml
+1
-4
1 addition, 4 deletions
crates/lox-distributor/Cargo.toml
with
313 additions
and
85 deletions
Cargo.lock
+
312
−
81
View file @
5682b435
...
...
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "addr2line"
version = "0.2
1
.0"
version = "0.2
2
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
"
checksum = "
6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678
"
dependencies = [
"gimli",
]
...
...
@@ -99,9 +99,9 @@ dependencies = [
[[package]]
name = "anstyle-query"
version = "1.
0.3
"
version = "1.
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a
64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5
"
checksum = "a
d186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391
"
dependencies = [
"windows-sys 0.52.0",
]
...
...
@@ -116,6 +116,12 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "approx"
version = "0.5.1"
...
...
@@ -154,9 +160,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "backtrace"
version = "0.3.7
1
"
version = "0.3.7
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d
"
checksum = "
17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11
"
dependencies = [
"addr2line",
"cc",
...
...
@@ -241,9 +247,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "cc"
version = "1.0.9
8
"
version = "1.0.9
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f
"
checksum = "
96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695
"
[[package]]
name = "cfg-if"
...
...
@@ -278,9 +284,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.
4
"
version = "4.5.
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0
"
checksum = "
5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f
"
dependencies = [
"clap_builder",
"clap_derive",
...
...
@@ -288,9 +294,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.
2
"
version = "4.5.
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4
"
checksum = "
f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f
"
dependencies = [
"anstream",
"anstyle",
...
...
@@ -300,9 +306,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.5.
4
"
version = "4.5.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64
"
checksum = "
c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6
"
dependencies = [
"heck",
"proc-macro2",
...
...
@@ -312,9 +318,9 @@ dependencies = [
[[package]]
name = "clap_lex"
version = "0.7.
0
"
version = "0.7.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce
"
checksum = "
4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70
"
[[package]]
name = "cloudabi"
...
...
@@ -529,6 +535,17 @@ dependencies = [
"subtle",
]
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "dtoa"
version = "1.0.9"
...
...
@@ -790,9 +807,9 @@ dependencies = [
[[package]]
name = "gimli"
version = "0.2
8.1
"
version = "0.2
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4
271d3
7bae
e1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253
"
checksum = "4
0ecd407
7b
5
ae
9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd
"
[[package]]
name = "h2"
...
...
@@ -931,12 +948,12 @@ dependencies = [
[[package]]
name = "http-body-util"
version = "0.1.
1
"
version = "0.1.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d
"
checksum = "
793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f
"
dependencies = [
"bytes",
"futures-
core
",
"futures-
util
",
"http 1.1.0",
"http-body 1.0.0",
"pin-project-lite",
...
...
@@ -944,9 +961,9 @@ dependencies = [
[[package]]
name = "httparse"
version = "1.
8.0
"
version = "1.
9.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904
"
checksum = "
9f3935c160d00ac752e09787e6e6bfc26494c2183cc922f1bc678a60d4733bc2
"
[[package]]
name = "httpdate"
...
...
@@ -956,9 +973,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "0.14.2
8
"
version = "0.14.2
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80
"
checksum = "
f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33
"
dependencies = [
"bytes",
"futures-channel",
...
...
@@ -1025,7 +1042,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper 0.14.2
8
",
"hyper 0.14.2
9
",
"native-tls",
"tokio",
"tokio-native-tls",
...
...
@@ -1033,9 +1050,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.
4
"
version = "0.1.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
3d8d52be92d09acc2e01dddb7fde3ad983fc6489c7db4837e605bc3fca4cb63e
"
checksum = "
7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56
"
dependencies = [
"bytes",
"futures-channel",
...
...
@@ -1074,6 +1091,124 @@ dependencies = [
"cc",
]
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "ident_case"
version = "1.0.1"
...
...
@@ -1082,12 +1217,14 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "
0.5
.0"
version = "
1.0
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6
"
checksum = "
4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed
"
dependencies = [
"unicode-bidi",
"unicode-normalization",
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
]
[[package]]
...
...
@@ -1199,6 +1336,12 @@ version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
[[package]]
name = "lock_api"
version = "0.4.12"
...
...
@@ -1227,7 +1370,7 @@ dependencies = [
"futures",
"hex",
"hex_fmt",
"hyper 0.14.2
8
",
"hyper 0.14.2
9
",
"julianday",
"lox-library 0.1.0",
"lox-zkp",
...
...
@@ -1277,7 +1420,7 @@ dependencies = [
[[package]]
name = "lox-library"
version = "0.1.0"
source = "git+https://gitlab.torproject.org/vecna/lox.git#
69f8fdc1e49744d97db65ef56b0528f272363088
"
source = "git+https://gitlab.torproject.org/vecna/lox.git#
7b524e771ec444e07fff5b679c8c9e9b557829a0
"
dependencies = [
"aes-gcm",
"base64 0.22.1",
...
...
@@ -1446,11 +1589,10 @@ dependencies = [
[[package]]
name = "native-tls"
version = "0.2.1
1
"
version = "0.2.1
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e
"
checksum = "
a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466
"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
...
...
@@ -1586,9 +1728,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.3
2.2
"
version = "0.3
5.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441
"
checksum = "
b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e
"
dependencies = [
"memchr",
]
...
...
@@ -1789,9 +1931,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
version = "1.0.8
4
"
version = "1.0.8
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6
"
checksum = "
22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23
"
dependencies = [
"unicode-ident",
]
...
...
@@ -2102,7 +2244,7 @@ dependencies = [
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.2
8
",
"hyper 0.14.2
9
",
"hyper-tls",
"ipnet",
"js-sys",
...
...
@@ -2488,6 +2630,12 @@ dependencies = [
"der",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "statistical"
version = "1.0.0"
...
...
@@ -2500,9 +2648,9 @@ dependencies = [
[[package]]
name = "statrs"
version = "0.16.
0
"
version = "0.16.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
2d08e5e1748192713cc281da8b16924fb46be7b0c2431854eadc785823e5696e
"
checksum = "
b35a062dbadac17a42e0fc64c27f419b25d6fae98572eb43c8814c9e873d7721
"
dependencies = [
"approx",
"lazy_static",
...
...
@@ -2551,6 +2699,17 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "system-configuration"
version = "0.5.1"
...
...
@@ -2636,25 +2795,20 @@ dependencies = [
]
[[package]]
name = "tiny
vec
"
version = "
1.6.0
"
name = "tiny
str
"
version = "
0.7.6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50
"
checksum = "
9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f
"
dependencies = [
"tinyvec_macros",
"displaydoc",
"zerovec",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.3
7
.0"
version = "1.3
8
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787
"
checksum = "
ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a
"
dependencies = [
"backtrace",
"bytes",
...
...
@@ -2684,9 +2838,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "2.
2
.0"
version = "2.
3
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5
b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b
"
checksum = "5
f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -2799,9 +2953,10 @@ dependencies = [
[[package]]
name = "troll-patrol"
version = "0.1.0"
source = "git+https://git-crysp.uwaterloo.ca/vvecna/troll-patrol
#18de3f58b012a6141d7ed119a7c62ac614d0af36
"
source = "git+https://git-crysp.uwaterloo.ca/vvecna/troll-patrol
.git#eda8e5c9f0846e5955442ea29a983f0bf43a8885
"
dependencies = [
"aes-gcm",
"anyhow",
"array-bytes",
"bincode",
"chrono",
...
...
@@ -2812,7 +2967,7 @@ dependencies = [
"hkdf",
"http 1.1.0",
"http-body-util",
"hyper 0.14.2
8
",
"hyper 0.14.2
9
",
"hyper-rustls",
"hyper-util",
"julianday",
...
...
@@ -2845,27 +3000,12 @@ version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
[[package]]
name = "universal-hash"
version = "0.5.1"
...
...
@@ -2884,20 +3024,32 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
version = "2.5.
0
"
version = "2.5.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633
"
checksum = "
f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56
"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
version = "0.2.
1
"
version = "0.2.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a
"
checksum = "
06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821
"
[[package]]
name = "vcpkg"
...
...
@@ -3023,9 +3175,9 @@ dependencies = [
[[package]]
name = "wide"
version = "0.7.2
1
"
version = "0.7.2
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cd8dc749a1b03f3c255a3064a4f5c0ee5ed09b7c6bc6d4525d31f779cd74d7fc
"
checksum = "
8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8
"
dependencies = [
"bytemuck",
"safe_arch",
...
...
@@ -3211,6 +3363,18 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "x25519-dalek"
version = "2.0.1"
...
...
@@ -3223,6 +3387,51 @@ dependencies = [
"zeroize",
]
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
]
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
]
[[package]]
name = "zeroize"
version = "1.8.1"
...
...
@@ -3242,3 +3451,25 @@ dependencies = [
"quote",
"syn 2.0.66",
]
[[package]]
name = "zerovec"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
This diff is collapsed.
Click to expand it.
crates/lox-distributor/Cargo.toml
+
1
−
4
View file @
5682b435
...
...
@@ -42,9 +42,6 @@ troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol.git",
array-bytes
=
"6.2.0"
sha1
=
"0.10"
# used by troll-patrol simulation feature
lox_cli
=
{
git
=
"https://git-crysp.uwaterloo.ca/vvecna/lox_cli.git"
,
version
=
"0.1"
,
optional
=
true
}
memory-stats
=
"1.0.0"
[dependencies.chrono]
...
...
@@ -52,4 +49,4 @@ version = "0.4.38"
features
=
[
"serde"
]
[features]
simulation
=
[
"troll-patrol/simulation"
]
simulation
=
[]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment