asdf-overlay-client 2.0.12

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

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

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

[dependencies.anyhow]
version = "1.0.97"

[dependencies.asdf-overlay-common]
version = "2.0.12"
default-features = false

[dependencies.bytemuck]
version = "1.23.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.goblin]
version = "0.10.0"
features = [
    "std",
    "pe32",
    "pe64",
]
default-features = false

[dependencies.ntapi]
version = "0.4.1"

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

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.serde]
version = "1.0.229"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "time",
    "net",
]

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Wdk_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
    "Win32_System_LibraryLoader",
    "Win32_System_ProcessStatus",
    "Win32_System_SystemInformation",
    "Win32_System_Memory",
]