# 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.70" name = "otel-opamp-rs" version = "0.0.13" authors = ["Harsh Baste"] description = "OpenTelemetry OpAMP protocol client library" homepage = "https://github.com/pyrotechnics-io/otel-opamp-rs" readme = "README.md" keywords = [ "open-telemetry", "opamp", "otel", "observability", ] license-file = "LICENSE" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.async-trait] version = "0.1.68" [dependencies.crossbeam-channel] version = "0.5.8" optional = true [dependencies.futures] version = "0.3.28" [dependencies.futures-channel] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" features = [ "sink", "std", ] default-features = false [dependencies.libdeflater] version = "0.14.0" [dependencies.log] version = "0.4.17" [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" optional = true [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.9.21" optional = true [dependencies.simple_logger] version = "4.1.0" [dependencies.subprocess] version = "0.2.9" optional = true [dependencies.sysinfo] version = "0.29.0" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.19.0" features = ["native-tls"] optional = true [dependencies.ulid] version = "1.0.0" [dependencies.url] version = "2.3.1" [build-dependencies.prost-build] version = "0.11.9" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [features] config = [ "serde", "serde_yaml", ] default = ["http"] extras = [ "config", "launcher", ] http = ["reqwest"] launcher = [ "subprocess", "crossbeam-channel", ] websocket = ["tokio-tungstenite"]