# 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.63" name = "tracepoint" version = "0.4.0" authors = ["Microsoft"] description = "Rust API for Linux Tracepoints via user_events" readme = "README.md" keywords = [ "user_events", "tracepoints", "trace", "logging", ] categories = [ "api-bindings", "development-tools::debugging", "development-tools::profiling", "no-std", "os::linux-apis", ] license = "MIT" repository = "https://github.com/microsoft/LinuxTracepoints-Rust" [features] default = ["user_events"] user_events = [] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" default-features = false