# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.71" name = "tauri-plugin-polodb" version = "0.1.0" authors = ["Dax Harris"] build = "build.rs" links = "tauri-plugin-polodb" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Tauri plugin to expose the PoloDB embedded database to applications" homepage = "https://github.com/dax-dot-gay/tauri-plugin-polodb" readme = "README.md" keywords = [ "tauri", "polodb", "tauri-plugin", ] categories = [ "asynchronous", "gui", "database", ] license = "MIT" repository = "https://github.com/dax-dot-gay/tauri-plugin-polodb" [lib] name = "tauri_plugin_polodb" path = "src/lib.rs" [dependencies.async-channel] version = "2.3.1" [dependencies.polodb_core] version = "5.1.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.127" [dependencies.tauri] version = "2.0.0-rc.8" [dependencies.tauri-plugin-fs] version = "2.0.0-rc" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40.0" features = ["rt"] [dependencies.tokio-test] version = "0.4.4" [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "serde", ] [build-dependencies.tauri-plugin] version = "2.0.0-rc.7" features = ["build"]