enso/app/gui/enso-profiler-enso-data/Cargo.toml
Kaz Wesley ce78f9825d
New profiling format (#3413)
* New JSON profile format.

* Use string-table optimization for labels in JSON format.

* Use TimeOffset header to render beanpoles

* Log RPC messages sent to the backend.

* Display RPC requests on graph

* Simplify metadata-logging interface.
2022-05-03 10:54:48 -07:00

15 lines
478 B
TOML

[package]
name = "enso-profiler-enso-data"
version = "0.1.0"
edition = "2021"
authors = ["Enso Team <contact@enso.org>"]
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
csv = "1.1"
serde = { version = "1", features = ["derive"] }
enso-profiler = { path = "../../../lib/rust/profiler"}
enso-profiler-data = { path = "../../../lib/rust/profiler/data"}
ensogl-core = { path = "../../../lib/rust/ensogl/core"}
json-rpc = { path = "../../../lib/rust/json-rpc"}