rootcx-client 0.10.0

RootCX runtime client
Documentation
# 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 = "2024"
name = "rootcx-client"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RootCX runtime client"
readme = false
license-file = "LICENSE.md"
repository = "https://github.com/rootcx/rootcx"
resolver = "2"

[features]
tauri = [
    "dep:tauri",
    "dep:tauri-plugin-shell",
    "dep:tokio",
    "dep:urlencoding",
    "dep:serde",
]

[lib]
name = "rootcx_client"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "multipart",
]
default-features = false

[dependencies.rootcx-types]
version = "0.10.0"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"
optional = true

[dependencies.tauri-plugin-shell]
version = "2"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "time",
]
optional = true

[dependencies.urlencoding]
version = "2"
optional = true