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