# 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.59" name = "tauri-plugin-http-ext" version = "1.0.1" authors = ["Ardy Febriansyah"] exclude = [ "/example", "/api", "/dist", "node_modules", ] description = "Tauri plugin http ext api" documentation = "https://github.com/ardyfeb/tauri-plugin-http-ext" readme = "README.md" license = "MIT" repository = "https://github.com/ardyfeb/tauri-plugin-http-ext" [dependencies.env_logger] version = "0.10.0" [dependencies.http] version = "0.2.8" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.tauri] version = "1.2.2" [dependencies.thiserror] version = "1.0"