# 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 = "eventheader_dynamic" version = "0.4.0" authors = ["Microsoft"] description = "Rust API for runtime-specified eventheader-encoded Linux Tracepoints via user_events" readme = "README.md" keywords = [ "user_events", "eventheader", "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" [dependencies.eventheader] version = "= 0.4.0" default-features = false [dev-dependencies.uuid] version = ">= 1.1" [features] default = ["user_events"] user_events = ["eventheader/user_events"]