# 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 = "2021" name = "delouse" version = "0.1.7" authors = ["Paul Tagliamonte "] build = 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.0.75" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.dropshot] version = "0.12" [dependencies.elf] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.schemars] version = "0.8" [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", ]