this repo has no description
1[package]
2name = "supercell"
3version = "0.5.2"
4edition = "2021"
5
6[profile.release]
7lto = true
8strip = true
9
10[features]
11default = []
12
13[dependencies]
14anyhow = "1.0.88"
15async-trait = "0.1.82"
16axum-extra = { version = "0.9.4", features = ["query"] }
17axum = { version = "0.7.5", features = ["http2", "macros"] }
18base64 = "0.22.1"
19chrono-tz = "0.10.0"
20chrono = { version = "0.4.38", default-features = false, features = ["std", "alloc", "now"] }
21ecdsa = { version = "0.16.9", features = ["std", "signing", "verifying"] }
22futures-util = { version = "0.3.31", features = ["sink"] }
23headers = "0.4.0"
24http = "1.1.0"
25k256 = { version = "0.13.4", features = ["ecdsa"] }
26multibase = "0.9.1"
27p256 = { version = "0.13.2", features = ["ecdsa"] }
28serde_json_path = "0.7.1"
29serde_json = { version = "1.0.132", features = ["alloc"] }
30serde = { version = "1.0.214", features = ["alloc", "derive"] }
31serde_yaml = "0.9.34"
32sqlx-cli = { version = "0.8.2", features = ["sqlite"] }
33sqlx = { version = "0.8.2", features = ["chrono", "sqlite"] }
34thiserror = "1.0.63"
35tokio-util = { version = "0.7.12", features = ["net", "rt", "tracing"] }
36tokio = { version = "1.41.0", features = ["bytes", "macros", "net", "rt", "rt-multi-thread", "signal", "sync"] }
37tokio-websockets = { version = "0.10.1", features = ["client", "native-tls", "rand", "ring"] }
38tower-http = { version = "0.5.2", features = ["cors", "fs", "timeout", "trace", "tracing"] }
39tower = { version = "0.5.1", features = ["limit", "timeout", "tokio", "tracing"] }
40tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono", "json"] }
41tracing = { version = "0.1.40", features = ["async-await", "log", "valuable"] }
42zstd = "0.13.2"
43reqwest = { version = "0.12.9", features = ["json", "zstd", "rustls-tls"] }
44rhai = { version = "1.20.0", features = ["serde", "std", "sync"]}
45duration-str = "0.11.2"
46fnv_rs = "0.4.3"