File: Cargo.toml.orig

package info (click to toggle)
rust-rs-tracing 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rs_tracing"
version = "1.1.0"
authors = ["Andreas Jonson"]
readme = "README.md"
license = "MIT"
description = "trace events in the trace event format"
documentation = "https://docs.rs/rs_tracing/"
repository = "https://github.com/andjo403/rs_tracing.git"
keywords = ["profiler", "trace"]

[dependencies]
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true }

[features]
rs_tracing = ["serde_json", "serde"]