[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.strum]
features = ["derive"]
version = "0.25"
[package]
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
categories = ["development-tools::debugging"]
description = "FireDBG Event Stream Protocol"
documentation = "https://docs.rs/firedbg-protocol"
edition = "2021"
homepage = "https://firedbg.sea-ql.org"
keywords = ["streaming"]
license = "MIT OR Apache-2.0"
name = "firedbg-protocol"
readme = "README.md"
repository = "https://github.com/SeaQL/FireDBG.for.Rust"
version = "1.0.0"