[dependencies.bitflags]
version = "2.5"
[dependencies.debugid]
version = "0.8.0"
[dependencies.fxhash]
version = "0.2.1"
[dependencies.serde]
version = "1.0.204"
[dependencies.serde_derive]
version = "1.0.188"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.assert-json-diff]
version = "2.0.1"
[lib]
name = "fxprof_processed_profile"
path = "src/lib.rs"
[package]
authors = ["Markus Stange <mstange.moz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create profiles in the Firefox Profiler's processed profile JSON format."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fxprof-processed-profile"
readme = "README.md"
repository = "https://github.com/mstange/samply/"
rust-version = "1.60"
version = "0.8.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests/main.rs"