[package] name = "quasi-tauri" version = "0.109.0" description = "The Tauri custom-protocol host adapter for quasi-router: a webview request in, a rendered description out" edition.workspace = true rust-version.workspace = true authors.workspace = true repository.workspace = true license.workspace = true publish = false [lints] workspace = true [dependencies] quasi-router = { path = "../quasi-router", version = "0.109" } quasi-http = { path = "../quasi-http", version = "0.109" } http = "1.3.1" # Default features off: this crate uses tauri's protocol registration and its # blocking pool, and nothing else. An app brings the features it wants, and the # adapter should not be what turns on a tray icon or a webview devtools build. tauri = { version = "2.11.5", default-features = false } [dev-dependencies] quasi-webview = { path = "../quasi-webview", version = "0.109" } # The doctest names a concrete `Runtime`, and `Wry` is behind a default feature # this crate does not otherwise ask for. Only the example needs it: nothing in # the test module builds a window, which is what keeps them runnable with no # display. tauri = { version = "2.11.5" }