# 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] edition = "2021" rust-version = "1.69.0" name = "clang-rt-xray" version = "0.0.1" description = "Bindings to Clang XRay runtime library" readme = "README.md" keywords = [ "XRay", "clang-rt", "profiling", "tracing", ] categories = [ "development-tools::profiling", "api-bindings", "no-std", ] license = "Apache-2.0 WITH LLVM-exception OR NCSA OR MIT" repository = "https://git.sr.ht/~ilammy/clang-rt-xray" resolver = "1" [dependencies.clang-rt-xray-sys] version = "0.0.1" default-features = false [features] basic = ["clang-rt-xray-sys/basic"] default = [ "std", "basic", "fdr", ] fdr = ["clang-rt-xray-sys/fdr"] std = []