[package]
edition = "2021"
rust-version = "1.75"
name = "aprender-profile-core"
version = "0.29.0"
authors = ["Pragmatic AI Labs <info@paiml.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core tracing primitives for renacer — zero-dep span/event types for CPU-GPU pipelining instrumentation"
readme = false
license = "MIT"
repository = "https://github.com/paiml/renacer"
[features]
otlp = []
[lib]
name = "renacer_core"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.static_assertions]
version = "1"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]