[package] name = "clang-rt-xray" version = "0.0.1" edition = "2021" rust-version = "1.69.0" description = "Bindings to Clang XRay runtime library" repository = "https://git.sr.ht/~ilammy/clang-rt-xray" license = "Apache-2.0 WITH LLVM-exception OR NCSA OR MIT" keywords = ["XRay", "clang-rt", "profiling", "tracing"] categories = ["development-tools::profiling", "api-bindings", "no-std"] [dependencies] clang-rt-xray-sys = { version = "0.0.1", path = "../clang-rt-xray-sys", default-features = false } [features] default = ["std", "basic", "fdr"] std = [] basic = ["clang-rt-xray-sys/basic"] fdr = ["clang-rt-xray-sys/fdr"]