# 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" name = "salvo-otel" version = "0.68.5" authors = ["Chrislearn Young "] description = """ OpenTelemetry support for salvo web server framework. """ homepage = "https://salvo.rs" readme = "README.md" keywords = [ "http", "OpenTelemetry", "web", "framework", "server", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/salvo-rs/salvo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.headers03] version = "0.3" package = "headers" [dependencies.opentelemetry] version = "0.23" features = ["metrics"] default-features = false [dependencies.opentelemetry-http] version = "0.12" default-features = false [dependencies.opentelemetry-semantic-conventions] version = "0.15" default-features = false [dependencies.salvo_core] version = "0.68.5" default-features = false [dev-dependencies.salvo_core] version = "0.68.5" features = ["test"] default-features = false [dev-dependencies.tokio] version = "1" [features] default = [] [lints.clippy] future_not_send = "warn" unwrap_used = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "deny" unsafe_code = "forbid" [lints.rustdoc] broken_intra_doc_links = "warn"