@@ -10,7 +10,6 @@ rust-version = "1.95.0"
1010keywords = [" rutorrent" , " qbittorrent" , " asynchronous-server" ]
1111categories = [" web-programming::http-server" , " asynchronous" ]
1212include = [" /src" , " LICENSE" ]
13- exclude = [" .github" , " .gitignore" , " README.md" ]
1413edition = " 2024"
1514authors = [" Vignesh Rao" ]
1615
@@ -26,19 +25,19 @@ path = "src/main.rs"
2625rustdoc-args = [" --document-private-items" ]
2726
2827[dependencies ]
29- utoipa = { version = " 5.5.0 " , features = [" actix_extras" ] }
30- utoipa-swagger-ui = { version = " 9.0.2 " , features = [" actix-web" , " vendored" ] }
31- actix-web = " 4.13.0 "
32- reqwest = { version = " 0.13.3 " , features = [" cookies" , " json" , " form" ] }
33- serde = { version = " 1.0.228 " , features = [" derive" ] }
34- serde_json = " 1.0.149 "
35- actix-rt = " 2.11.0 "
36- tokio = { version = " 1.52.2 " , features = [" rt-multi-thread" , " macros" , " process" , " io-util" , " time" , " sync" , " fs" ] }
37- env_logger = " 0.11.10 "
38- chrono = " 0.4.44 "
39- log = " 0.4.29 "
40- uuid = { version = " 1.23.1 " , features = [" v4" ] }
41- dotenv = " 0.15.0 "
42- url = " 2.5.8 "
43- regex = " 1.12.3 "
28+ utoipa = { version = " 5.5" , features = [" actix_extras" ] }
29+ utoipa-swagger-ui = { version = " 9.0" , features = [" actix-web" , " vendored" ] }
30+ actix-web = " 4.13"
31+ reqwest = { version = " 0.13" , features = [" cookies" , " json" , " form" ] }
32+ serde = { version = " 1.0" , features = [" derive" ] }
33+ serde_json = " 1.0"
34+ actix-rt = " 2.11"
35+ tokio = { version = " 1.52" , features = [" rt-multi-thread" , " macros" , " process" , " io-util" , " time" , " sync" , " fs" ] }
36+ env_logger = " 0.11"
37+ chrono = " 0.4"
38+ log = " 0.4"
39+ uuid = { version = " 1.23" , features = [" v4" ] }
40+ dotenv = " 0.15"
41+ url = " 2.5"
42+ regex = " 1.12"
4443rusqlite = { version = " 0.39" , features = [" bundled" ] }
0 commit comments