# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tracers-libstapsdt-sys" version = "0.1.0" authors = ["Adam Nelson "] links = "stapsdt" description = " Exposes libstapsdt to Rust code for programmatic creation of SystemTap user mode probes.\n\n Never use this crate directly; use `tracers` and let it determine the correct implementation at build time.\n" license = "MIT" repository = "https://github.com/anelson/tracers" [dependencies.libc] version = "0.2.65" optional = true [dependencies.tracers-libelf-sys] version = "0.1.0" optional = true [build-dependencies.cc] version = "1.0.47" [build-dependencies.failure] version = "0.1.6" [build-dependencies.glob] version = "0.3.0" [build-dependencies.pkg-config] version = "0.3.17" [features] default = [] enabled = ["tracers-libelf-sys/enabled", "libc"] required = ["tracers-libelf-sys/required", "libc"]