matrix-authentication-service/.gear/predownloaded-development/vendor/opentelemetry-semantic-conventions/Cargo.toml
2026-03-07 01:41:31 +03:00

75 lines
1.8 KiB
TOML

# 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.75.0"
name = "opentelemetry-semantic-conventions"
version = "0.31.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic conventions for OpenTelemetry"
homepage = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions"
readme = "README.md"
keywords = [
"opentelemetry",
"tracing",
"async",
]
categories = [
"development-tools::debugging",
"development-tools::profiling",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
semconv_experimental = []
[lib]
name = "opentelemetry_semantic_conventions"
path = "src/lib.rs"
bench = false
[dev-dependencies.opentelemetry]
version = "0.31"
default-features = false
[dev-dependencies.opentelemetry_sdk]
version = "0.31"
features = ["trace"]
default-features = false
[lints.clippy.all]
level = "warn"
priority = 1
[lints.rust]
edition_2024_expr_fragment_specifier = "allow"
if_let_rescope = "allow"
tail_expr_drop_order = "allow"
[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1