From 18905876ac8c0d63688ff56dc5f1df46fab5b814 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 16 Jul 2023 15:22:06 -0600 Subject: [PATCH] Remove unused dependencies --- Cargo.toml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9ee614..4725ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,31 +9,18 @@ edition = "2021" askama = { git = "https://github.com/TTWNO/askama/", features = ["with-axum", "i18n"] } askama_axum = { git = "https://github.com/TTWNO/askama/" } axum = { version = "0.6.15" } -axum-macros = "0.3.7" chrono = { version = "0.4.24", features = ["serde"] } serde = "1.0.158" -serde_plain = "1.0.1" -serde_tuple = "0.5.0" -sql-builder = "3.1.1" static_assertions = "1.1.0" -tera = "1.18.1" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros" ] } sqlx = { version = "0.6", default-features = false, features = ["runtime-tokio-rustls", "macros", "postgres", "chrono"] } ormx = { git = "https://github.com/NyxCode/ormx", default-features = false, features = ["postgres"] } -serde-xml-rs = "0.6.0" strum = { version = "0.24.1", features = ["derive"] } -rust-i18n = "1.1.4" -once_cell = "1.17.1" derive_more = "0.99.17" -const_format = "0.2.30" strum_macros = "0.24.3" hashmap_macro = "0.1.0" -i18n-embed = { version = "0.13.8", features = ["fluent-system"] } -i18n-embed-fl = "0.6.6" -rust-embed = { version = "6.6.1", features = ["axum"] } -lazy_static = "1.4.0" ibihf-macros = { version = "0.1.0", path = "ibihf-macros" } -phf = { version = "0.11.1", features = ["macros"] } +rename-item = "0.1.1" [dev-dependencies] tokio-test = "0.4.2"