[build-dependencies.cxx-build]
features = ["parallel"]
version = "1.0"
[dependencies.cxx]
features = ["c++17"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-core]
version = "0.1"
[lib]
name = "tracing_cloudchamber"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous", "no-std"]
description = """
Extend tracing with an ffi via cxx to emit events and create spans in C++
"""
edition = "2021"
keywords = ["logging", "tracing", "metrics", "async"]
license = "MIT"
links = "tracingcc"
name = "tracing-cloudchamber"
readme = "README.md"
repository = "https://github.com/Ryex/tracing-cloudchamber"
rust-version = "1.63.0"
version = "0.1.0"
[profile.dev]
opt-level = 1