[package] name = "kavita-upload-helper" version = "0.1.0" authors = ["Neshura "] edition = "2021" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] slint = "1.6" reqwest = { version = "0.12.4", features = ["blocking"]} serde_json = "1.0.117" chrono = "0.4.38" arrayvec = "0.7.4" serde = { version = "1.0.203", features = ["derive"] } copypasta = "0.10.1" parking_lot = { version = "0.12.3", features = ["deadlock_detection"] } [build-dependencies] slint-build = "1.6"