build: trim community workspace dependencies
This commit is contained in:
-10
@@ -24,13 +24,8 @@ axum = "0.8"
|
|||||||
axum-extra = { version = "0.10", features = ["cookie"] }
|
axum-extra = { version = "0.10", features = ["cookie"] }
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
hkdf = "0.12"
|
hkdf = "0.12"
|
||||||
prost = "0.14"
|
|
||||||
prost-reflect = { version = "0.16", features = ["serde"] }
|
|
||||||
prost-types = "0.14"
|
|
||||||
protoc-bin-vendored = "3"
|
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
reqwest = { version = "0.12", default-features = false, features = ["cookies", "json", "rustls-tls"] }
|
reqwest = { version = "0.12", default-features = false, features = ["cookies", "json", "rustls-tls"] }
|
||||||
roxmltree = "0.20"
|
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
@@ -39,11 +34,6 @@ sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio-r
|
|||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
time = { version = "0.3", features = ["formatting", "parsing", "serde"] }
|
time = { version = "0.3", features = ["formatting", "parsing", "serde"] }
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||||
tonic = { version = "0.14", features = ["transport"] }
|
|
||||||
tonic-prost = "0.14"
|
|
||||||
tonic-build = "0.14"
|
|
||||||
tonic-prost-build = "0.14"
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||||
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-webpki-roots"] }
|
|
||||||
uuid = { version = "1", features = ["serde", "v7"] }
|
uuid = { version = "1", features = ["serde", "v7"] }
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ Progress:
|
|||||||
- static agent key
|
- static agent key
|
||||||
- `security_level = standard`
|
- `security_level = standard`
|
||||||
- public wizard HTML surface is already reduced to the Community `REST` flow
|
- public wizard HTML surface is already reduced to the Community `REST` flow
|
||||||
|
- transitional docs and backlog now describe `crank-community` as the current source of truth instead of a future split artifact
|
||||||
|
- premium protocol toolchain dependencies have been removed from the Community workspace manifest while keeping the `REST-only` workspace green under `cargo check`
|
||||||
- pending:
|
- pending:
|
||||||
- rewrite transitional docs and backlog so they describe the current Community repository
|
|
||||||
- remove premium protocol toolchain dependencies from Community manifests
|
|
||||||
- replace disabled test targets with a real Community-only test surface
|
- replace disabled test targets with a real Community-only test surface
|
||||||
- remove premium protocol and streaming ballast from backend test/dev code
|
- remove premium protocol and streaming ballast from backend test/dev code
|
||||||
- remove dormant premium UI modules, fixtures, and translation strings
|
- remove dormant premium UI modules, fixtures, and translation strings
|
||||||
|
|||||||
Reference in New Issue
Block a user