[package] name = "clang-rt-xray-sys" version = "0.0.1" edition = "2021" rust-version = "1.69.0" description = "Raw 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" categories = ["development-tools::profiling", "external-ffi-bindings", "no-std"] links = "clang_rt.xray" [features] default = ["basic", "fdr"] basic = [] fdr = []