[package] name = "jnc-calibre-web-importer" version = "0.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] iced = { version = "^0.10", features = ["tokio", "async-std", "smol"]} dark-light = "^1.0.0" tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "time"] } reqwest = { version = "0.11.23", features = ["blocking", "json"] } serde_json = "1.0.111" serde = { version = "1.0.195", features = ["derive"] } arrayvec = { version = "^0.7.4", features = ["serde"] } chrono = "^0.4.31" open = "^5.0.1"