# 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 = "highlightio-actix" version = "1.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ hightlight.io crate for actix-web 4. """ readme = "README.md" license = "Apache-2.0" [lib] name = "highlightio_actix" path = "src/lib.rs" [dependencies.actix-web] version = "4" default-features = false [dependencies.futures-util] version = "0.3" [dependencies.highlightio] version = "1.0.0" features = ["tokio-current-thread"] default-features = false [dependencies.opentelemetry] version = "0.21" features = ["trace"] [dependencies.opentelemetry-semantic-conventions] version = "0.13"