community: trim premium backend surfaces

This commit is contained in:
a.tolmachev
2026-05-07 20:17:53 +00:00
parent a3d8040ccc
commit 796def4cfd
9 changed files with 27 additions and 803 deletions
Generated
-104
View File
@@ -10,11 +10,8 @@ dependencies = [
"axum",
"axum-extra",
"base64",
"crank-adapter-grpc",
"crank-adapter-soap",
"crank-core",
"crank-mapping",
"crank-proto",
"crank-registry",
"crank-runtime",
"crank-schema",
@@ -383,20 +380,6 @@ dependencies = [
"libc",
]
[[package]]
name = "crank-adapter-graphql"
version = "0.1.0"
dependencies = [
"axum",
"crank-core",
"crank-mapping",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
]
[[package]]
name = "crank-adapter-grpc"
version = "0.1.0"
@@ -432,35 +415,6 @@ dependencies = [
"tokio",
]
[[package]]
name = "crank-adapter-soap"
version = "0.1.0"
dependencies = [
"axum",
"crank-core",
"crank-mapping",
"reqwest",
"roxmltree",
"serde",
"serde_json",
"thiserror",
"tokio",
]
[[package]]
name = "crank-adapter-websocket"
version = "0.1.0"
dependencies = [
"crank-core",
"futures-util",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite",
]
[[package]]
name = "crank-core"
version = "0.1.0"
@@ -521,11 +475,7 @@ dependencies = [
"async-trait",
"axum",
"base64",
"crank-adapter-graphql",
"crank-adapter-grpc",
"crank-adapter-rest",
"crank-adapter-soap",
"crank-adapter-websocket",
"crank-core",
"crank-mapping",
"crank-schema",
@@ -538,7 +488,6 @@ dependencies = [
"thiserror",
"time",
"tokio",
"tokio-tungstenite",
"tracing",
"tracing-subscriber",
]
@@ -604,12 +553,6 @@ dependencies = [
"cipher",
]
[[package]]
name = "data-encoding"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
[[package]]
name = "der"
version = "0.7.10"
@@ -2160,12 +2103,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "roxmltree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
[[package]]
name = "rsa"
version = "0.9.10"
@@ -2894,22 +2831,6 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
dependencies = [
"futures-util",
"log",
"rustls",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tungstenite",
"webpki-roots 0.26.11",
]
[[package]]
name = "tokio-util"
version = "0.7.18"
@@ -3108,25 +3029,6 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tungstenite"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
dependencies = [
"bytes",
"data-encoding",
"http",
"httparse",
"log",
"rand 0.9.2",
"rustls",
"rustls-pki-types",
"sha1",
"thiserror",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.19.0"
@@ -3206,12 +3108,6 @@ dependencies = [
"serde",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8_iter"
version = "1.0.4"