# 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" name = "ahqstore-types" version = "3.10.4" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Standard types used by AHQ Store" homepage = "https://ahqstore.github.io/" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/ahqsoftwares/tauri-ahq-store" [lib] name = "ahqstore_types" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.fuse-rust] version = "0.4" features = ["async"] optional = true [dependencies.kfghdfghdfkgh_js_macros] version = "1" optional = true [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" optional = true [dependencies.serde_json] version = "1" [dependencies.tsify] version = "0.4" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [features] all_platforms = [] apps_repo = [] default = [ "internet", "search", ] internet = ["dep:reqwest"] js = [ "dep:wasm-bindgen", "dep:wasm-bindgen-futures", "dep:serde-wasm-bindgen", "dep:tsify", "dep:kfghdfghdfkgh_js_macros", ] search = ["dep:fuse-rust"]