# 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.73.0" name = "tauri-plugin-devtools-app" version = "2.0.0" authors = ["CrabNebula "] build = "build.rs" links = "tauri-plugin-devtools-app" autobins = false autoexamples = false autotests = false autobenches = false description = "Connect with the Devtools for Tauri application" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crabnebula-dev/devtools" [lib] name = "tauri_plugin_devtools_app" path = "src/lib.rs" [dependencies.colored] version = "2.1" [dependencies.http] version = "0.2" [dependencies.include_dir] version = "0.7" [dependencies.interprocess] version = "2" features = ["tokio"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serialize-to-javascript] version = "=0.1.1" [dependencies.tauri] version = "2.0.0" features = ["unstable"] [dependencies.tauri-plugin-devtools] version = "2.0.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.uuid] version = "1" features = ["v4"] [build-dependencies.tauri-plugin] version = "2.0.0" features = ["build"] [features] context-menu-inspector = ["tauri/devtools"]