# 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 = "firedbg-rust-debugger" version = "1.74.1" authors = ["Chris Tsang "] description = "FireDBG Debugger Engine for Rust" homepage = "https://firedbg.sea-ql.org" documentation = "https://docs.rs/firedbg-rust-debugger" readme = "README.md" keywords = [ "debugger", "debugging", "tracing", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/FireDBG.for.Rust" [dependencies.firedbg-protocol] version = "1.0.0" [dependencies.firedbg-rust-parser] version = "1.0.0" [dependencies.frozen-hashbrown] version = "0.1.0" [dependencies.sea-streamer] version = "0.3"