# 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 = "dap-reactor" version = "0.5.0" authors = ["Codex Dev "] description = "A debug adapter protocol Rust provider." readme = "README.md" keywords = ["dap"] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/codx-dev/dap-reactor" [[example]] name = "async" required-features = ["reactor"] [dependencies.async-trait] version = "0.1" optional = true [dependencies.bytes] version = "1.2" optional = true [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.tokio] version = "1.21" features = [ "io-util", "net", "rt", "sync", ] optional = true [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.tokio] version = "1.21" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "reactor", "serde_json/default", ] reactor = [ "async-trait", "bytes", "tracing", "tokio", ]