# 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.60" name = "tauri-macros" version = "1.4.5" authors = ["Tauri Programme within The Commons Conservancy"] exclude = [ "CHANGELOG.md", "/target", ] description = "Macros for the tauri crate." homepage = "https://tauri.app" readme = "README.md" categories = [ "gui", "os", "filesystem", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri" [lib] proc-macro = true [dependencies.heck] version = "0.5" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dependencies.tauri-codegen] version = "1.4.4" default-features = false [dependencies.tauri-utils] version = "1.6.0" [features] compression = ["tauri-codegen/compression"] config-json5 = [ "tauri-codegen/config-json5", "tauri-utils/config-json5", ] config-toml = [ "tauri-codegen/config-toml", "tauri-utils/config-toml", ] custom-protocol = [] isolation = ["tauri-codegen/isolation"] shell-scope = ["tauri-codegen/shell-scope"] tracing = []