delouse 0.1.10

delouse will expose opinionated debugging stubs most useful for tokio based async programs
# 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 = "delouse"
version = "0.1.10"
authors = ["Paul Tagliamonte <paul@zoo.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "delouse will expose opinionated debugging stubs most useful for tokio based async programs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kittycad/delouse"

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

[[example]]
name = "heartbeat"
path = "examples/heartbeat.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["cargo"]

[dependencies.dropshot]
version = "0.17"

[dependencies.elf]
version = "0.8"

[dependencies.libc]
version = "0.2"

[dependencies.schemars]
version = "0.8"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "io-util",
]

[target.'cfg(target_os = "linux")'.dependencies.tokio]
version = "1"
features = ["taskdump"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tokio_taskdump)",
    "cfg(tokio_unstable)",
]