# 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-parser" version = "1.0.0" authors = ["Billy Chan "] description = "FireDBG Source Parser for Rust" homepage = "https://firedbg.sea-ql.org" documentation = "https://docs.rs/firedbg-rust-parser" readme = "README.md" keywords = ["parser"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/FireDBG.for.Rust" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bson] version = "2" [dependencies.firedbg-protocol] version = "1.0.0" [dependencies.glob] version = "0.3" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.sea-streamer-file] version = "0.3" features = ["runtime-tokio"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.pretty_assertions] version = "1"