asdf-overlay-common 2.0.13

Asdf Overlay Ipc messages, client and server
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"
rust-version = "1.92"
name = "asdf-overlay-common"
version = "2.0.13"
authors = ["storycraft <me@pancake.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asdf Overlay Ipc messages, client and server"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/storycraft/asdf-overlay"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.97"

[dependencies.asdf-overlay-event]
version = "2.0.13"
features = ["serde"]
default-features = false

[dependencies.asdf-overlay-window-event]
version = "2.0.13"
features = ["serde"]
default-features = false

[dependencies.async-stream]
version = "0.3.6"

[dependencies.derive_more]
version = "2"
features = [
    "debug",
    "from",
]

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.scopeguard]
version = "1.2.0"

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

[dependencies.serde-error]
version = "0.1.3"

[dependencies.tokio]
version = "1.53.1"
features = [
    "io-util",
    "rt",
    "sync",
    "net",
]

[dependencies.winapi]
version = "0.3"
features = ["winerror"]