# 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.75" name = "tauri-invoke-http" version = "2.0.0-rc.1" authors = ["Tauri Programme within The Commons Conservancy"] build = false exclude = [ "/examples", ".license_template", "CHANGELOG.md", "/target", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Make tiny, secure apps for all desktop platforms with Tauri" homepage = "https://tauri.studio" readme = "README.md" categories = [ "gui", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri-invoke-http" [lib] name = "tauri_invoke_http" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["server"] [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.portpicker] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.tauri] version = "2.0.0-rc.15" features = ["test"] [dependencies.tokio] version = "1" features = ["net"]