# 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.77.2" name = "tauri-plugin-fs" version = "2.0.3" authors = ["Tauri Programme within The Commons Conservancy"] build = "build.rs" links = "tauri-plugin-fs" autobins = false autoexamples = false autotests = false autobenches = false description = "Access the file system." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/plugins-workspace" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.platforms.support.android] level = "partial" notes = "Access is restricted to Application folder by default" [package.metadata.platforms.support.ios] level = "partial" notes = "Access is restricted to Application folder by default" [package.metadata.platforms.support.linux] level = "full" notes = "No write access to `$RESOURCES` folder" [package.metadata.platforms.support.macos] level = "full" notes = "No write access to `$RESOURCES` folder" [package.metadata.platforms.support.windows] level = "full" notes = "" [lib] name = "tauri_plugin_fs" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.dunce] version = "1" [dependencies.glob] version = "0.3" [dependencies.notify] version = "6" features = ["serde"] optional = true [dependencies.notify-debouncer-full] version = "0.3" optional = true [dependencies.percent-encoding] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.tauri] version = "2.0.4" default-features = false [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [build-dependencies.schemars] version = "0.8" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"] [features] watch = [ "notify", "notify-debouncer-full", ]