diff --git a/Cargo.toml b/Cargo.toml index 3ce36b194..f853b2b95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ bellatrix = { path = "orion-server/bellatrix" } context = { path = "context" } neptune = { path = "neptune" } +#==== anyhow = "1.0.98" serde = "1.0.219" serde_json = "1.0.140" @@ -48,32 +49,39 @@ tracing = "0.1.41" tracing-subscriber = "0.3.19" tracing-appender = "0.2.3" thiserror = "2.0.12" -rand = "0.9.1" -rand_chacha = "0.9.0" -smallvec = "1.15.0" +clap = "4.5.43" + +#==== tokio = "1.45.1" tokio-stream = "0.1.17" tokio-util = "0.7.15" -clap = "4.5.39" async-trait = "0.1.88" async-stream = "0.3.6" -bytes = "1.10.1" -memchr = "2.7.4" -chrono = "0.4.41" -sha1 = "0.10.6" futures = "0.3.31" futures-util = "0.3.31" -go-defer = "0.1.0" -russh = "0.52.1" -axum = {version="0.8.4", features=["macros", "json"]} +axum = { version="0.8.4", features=["macros", "json"] } axum-extra = "0.10.1" +russh = "0.52.1" tower-http = "0.6.4" tower = "0.5.2" -hex = "0.4.3" + +#==== sea-orm = "1.1.12" sea-orm-migration = "1.1.12" + +#==== +rand = "0.9.2" +rand_chacha = "0.9.0" flate2 = "1.1.1" bstr = "1.12.0" +smallvec = "1.15.1" +bytes = "1.10.1" +memchr = "2.7.4" +chrono = "0.4.41" +sha1 = "0.10.6" +hex = "0.4.3" + +go-defer = "0.1.0" colored = "3.0.0" idgenerator = "2.0.0" num_cpus = "1.17.0"