rename conduit to grapevine

This commit is contained in:
Charles Hall 2024-04-27 20:43:59 -07:00
parent 5619d7e318
commit 360e020b64
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
14 changed files with 153 additions and 152 deletions

100
Cargo.lock generated
View file

@ -375,56 +375,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "conduit"
version = "0.7.0"
dependencies = [
"async-trait",
"axum",
"axum-server",
"base64",
"bytes",
"clap",
"figment",
"futures-util",
"hmac",
"http",
"hyper",
"image",
"jsonwebtoken",
"lru-cache",
"nix",
"num_cpus",
"opentelemetry",
"opentelemetry-jaeger",
"parking_lot",
"rand",
"regex",
"reqwest",
"ring",
"ruma",
"rusqlite",
"rust-argon2",
"rust-rocksdb",
"sd-notify",
"serde",
"serde_html_form",
"serde_json",
"serde_yaml",
"sha-1",
"thiserror",
"thread_local",
"tikv-jemallocator",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-flame",
"tracing-opentelemetry",
"tracing-subscriber",
"trust-dns-resolver",
]
[[package]]
name = "const-oid"
version = "0.9.6"
@ -837,6 +787,56 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "grapevine"
version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"axum-server",
"base64",
"bytes",
"clap",
"figment",
"futures-util",
"hmac",
"http",
"hyper",
"image",
"jsonwebtoken",
"lru-cache",
"nix",
"num_cpus",
"opentelemetry",
"opentelemetry-jaeger",
"parking_lot",
"rand",
"regex",
"reqwest",
"ring",
"ruma",
"rusqlite",
"rust-argon2",
"rust-rocksdb",
"sd-notify",
"serde",
"serde_html_form",
"serde_json",
"serde_yaml",
"sha-1",
"thiserror",
"thread_local",
"tikv-jemallocator",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-flame",
"tracing-opentelemetry",
"tracing-subscriber",
"trust-dns-resolver",
]
[[package]]
name = "h2"
version = "0.3.24"