# 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 = "debug_types" version = "1.0.0" authors = ["Brice Dobry "] description = "Types for interacting with a debugger, using the Debug Adapter Protocol" documentation = "https://docs.rs/debug_types" readme = "README.md" keywords = [ "dap", "debugger", "vscode", ] license = "MIT" repository = "https://github.com/hirosystems/debug_types" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79"