# 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] name = "rs_tracing" version = "1.1.0" authors = ["Andreas Jonson"] description = "trace events in the trace event format" documentation = "https://docs.rs/rs_tracing/" readme = "README.md" keywords = [ "profiler", "trace", ] license = "MIT" repository = "https://github.com/andjo403/rs_tracing.git" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] rs_tracing = [ "serde_json", "serde", ]