[package] name = "oni_trace" version = "0.1.0" authors = ["Lain-dono "] edition = "2018" description = "Simple CPU profiler for OniProject." repository = "https://github.com/oniproject/oni" license = "MIT/Apache-2.0" [dependencies] time = "0.1.40" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" lazy_static = "1" deflate = { version = "0.7.18", features = ["gzip"] } log = { version = "0.4", features = ["std"] } [features] # Required for testing using the profile_scope!() macro trace = [] trace_location = []