pitwall-tauri 0.1.0

Tauri integration for Pitwall telemetry library
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 = "pitwall-tauri"
version = "0.1.0"
authors = ["We Race Team"]
build = false
include = [
    "src/**",
    "tests/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri integration for Pitwall telemetry library"
homepage = "https://werace.au/opensource/pitwall"
readme = "README.md"
keywords = [
    "iracing",
    "telemetry",
    "tauri",
    "typescript",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
resolver = "2"

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

[[test]]
name = "export_types"
path = "tests/export_types.rs"

[[test]]
name = "generate_typescript"
path = "tests/generate_typescript.rs"

[dependencies.futures]
version = "0.3"

[dependencies.pitwall]
version = "0.1.0"
features = ["tauri"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.specta]
version = "2.0.0-rc.22"
features = ["derive"]

[dependencies.tauri]
version = "2"

[dependencies.tauri-specta]
version = "2.0.0-rc.13"
features = ["typescript"]

[dependencies.tokio]
version = "1.47"
features = ["rt"]

[dev-dependencies]