[package] name = "affine-client" version = "0.0.1" description = "Multiple platform client for AFFiNE" authors = [ "linonetwo ", "DarkSky ", ] license = "MPL-2.0" repository = "https://github.com/toeverything/AFFiNE" edition = "2021" [features] # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL default = ["custom-protocol"] # this feature is used used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = ["tauri/custom-protocol"] [dependencies] bytes = "1.3.0" ipc_types = { path = "./types" } futures = "^0.3.25" js-sys = "0.3.60" jwst = { git = "https://github.com/toeverything/OctoBase", rev = "5f1162b" } jwst-storage = { git = "https://github.com/toeverything/OctoBase", rev = "5f1162b", features = [ "sqlite", ] } cloud-database = { git = "https://github.com/toeverything/OctoBase", rev = "5f1162b", features = [ "sqlite", ] } project-root = "0.2.2" schemars = "0.8.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dotenvy = "0.15.6" tauri = { version = "1.2", features = ["api-all", "devtools"] } tokio = { version = "1.23.0", features = ["rt", "macros"] } lib0 = "0.12.0" moka = { version = "0.9.6", features = ["future"] } y-sync = "0.1.0" yrs = "=0.12.0" [build-dependencies] tauri-build = { version = "1.2", features = [] } [patch.crates-io] rust-embed = { git = "https://github.com/pyrossh/rust-embed", rev = "7c0fc42" } yrs = { git = "https://github.com/toeverything/y-crdt", rev = "a1034b4" } y-sync = { git = "https://github.com/toeverything/y-sync", rev = "e061fa3" } [profile.release.package.wry] debug = true debug-assertions = true