ddbug 0.6.0

Display debugging information
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.88"
name = "ddbug"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display debugging information"
readme = "README.md"
keywords = [
    "debug",
    "DWARF",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/gimli-rs/ddbug"

[features]
default = []
system_alloc = []

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

[[bin]]
name = "ddbug"
path = "src/main.rs"

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

[dependencies.capstone]
version = "0.14.0"

[dependencies.capstone-sys]
version = "0.18.0"

[dependencies.clap]
version = "4.5.4"
features = [
    "cargo",
    "wrap_help",
]

[dependencies.env_logger]
version = "0.11.3"

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.hyper]
version = "1.2.0"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1.3"
features = ["tokio"]

[dependencies.log]
version = "0.4"

[dependencies.marksman_escape]
version = "0.1"

[dependencies.parser]
version = "0.5.0"
package = "ddbug_parser"

[dependencies.tokio]
version = "1.37.0"
features = [
    "net",
    "rt",
]