# 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 = "2018" name = "ddbug" version = "0.4.0" build = 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" [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.12.0" [dependencies.capstone-sys] version = "0.16.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.4.0" package = "ddbug_parser" [dependencies.tokio] version = "1.37.0" features = [ "net", "rt", ] [features] default = [] system_alloc = []