[package] name = "open_pencil" version = "0.14.0" description = "OpenPencil desktop app" authors = ["Danila Poyarkov"] edition = "2021" [features] default = [] native-test = ["dep:tauri-plugin-wdio-webdriver"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "OpenPencil" path = "src/main.rs" [lib] name = "open_pencil_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = ["devtools"] } tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } tauri-plugin-dialog = "2.6.0" tauri-plugin-fs = { version = "2.4.5", features = ["watch"] } tauri-plugin-shell = "2" zstd = "0.13" zip = { version = "2", default-features = false } which = "7.0.3" font-kit = "0.14.3" fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs", branch = "dev" } tauri-plugin-updater = "2" tauri-plugin-process = "2" tauri-plugin-clipboard-manager = "2" keyring = "4.1.5" tauri-plugin-wdio-webdriver = { version = "1.3.0", optional = true } [target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies] tauri-plugin-single-instance = "2"