# 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" version = "0.1.0" authors = ["Adam Nelson "] links = "tracers" autobenches = false description = "Generates very low overhead native trace points using stable Rust" readme = "../README.md" keywords = ["tracers", "systemtap", "ltt-ng", "ebpf", "tracing"] categories = ["os", "development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/anelson/tracers" [[bin]] name = "testfire" path = "src/bin/testfire.rs" required-features = ["binaries"] [[bin]] name = "profile_target" path = "src/bin/profile_target.rs" required-features = ["binaries"] [[bench]] name = "probe_firing" harness = false [dependencies.nom] version = "5.0.1" optional = true [dependencies.once_cell] version = "1.2.0" optional = true [dependencies.tracers-core] version = "0.1.0" optional = true [dependencies.tracers-dyn-noop] version = "0.1.0" optional = true [dependencies.tracers-dyn-stap] version = "0.1.0" optional = true [dependencies.tracers-macros] version = "0.1.0" optional = true [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.failure] version = "0.1.6" [dev-dependencies.nix] version = "0.15.0" [dev-dependencies.tracers-macros] version = "0.1.0" [build-dependencies.failure] version = "0.1.6" [build-dependencies.tracers-build] version = "0.1.0" [features] binaries = ["nom", "tracers-macros"] default = ["tracing"] dynamic-tracing = ["once_cell", "tracers-core/dynamic", "tracers-dyn-stap/enabled", "tracers-dyn-noop"] force-dyn-noop = ["dynamic-tracing", "tracers-dyn-noop"] force-dyn-stap = ["dynamic-tracing", "tracers-dyn-stap/required"] force-static-lttng = ["static-tracing"] force-static-noop = ["static-tracing"] force-static-stap = ["static-tracing"] static-tracing = ["tracers-core/default"] tracing = ["static-tracing"] [badges.azure-devops] build = "4" pipeline = "anelson.tracers" project = "anelson-open-source/tracers" [badges.cirrus-ci] branch = "master" repository = "github/anelson/tracers" [badges.maintenance] status = "experimental"