opentelemetry-traceable 0.2.0

Per-function, multi-instrumentation, dynamically-configurable tracing library on top of opentelemetry-rust
Documentation
# 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 = "2024"
name = "opentelemetry-traceable"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Per-function, multi-instrumentation, dynamically-configurable tracing library on top of opentelemetry-rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/samugi/opentelemetry-traceable"
resolver = "2"

[lib]
name = "opentelemetry_traceable"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic/main.rs"

[[test]]
name = "check_test_runner"
path = "tests/check_test_runner.rs"

[[test]]
name = "selector"
path = "tests/selector.rs"

[[test]]
name = "traceable"
path = "tests/traceable.rs"

[[bench]]
name = "traceable_overhead"
path = "benches/traceable_overhead.rs"
harness = false

[dependencies.arc-swap]
version = "1"

[dependencies.linkme]
version = "0.3"

[dependencies.opentelemetry]
version = "0.32"
features = ["trace"]

[dependencies.opentelemetry-traceable-macros]
version = "0.2.0"

[dependencies.smallvec]
version = "1"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.opentelemetry-otlp]
version = "0.32"

[dev-dependencies.opentelemetry-stdout]
version = "0.32"

[dev-dependencies.opentelemetry_sdk]
version = "0.32"
features = [
    "trace",
    "testing",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-opentelemetry]
version = "0.33"

[dev-dependencies.tracing-subscriber]
version = "0.3"