| 1 | [package] |
| 2 | name = "flatten_otel" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | |
| 7 | [lints] |
| 8 | workspace = true |
| 9 | |
| 10 | [dependencies] |
| 11 | base64 = { workspace = true } |
| 12 | opentelemetry-proto = { workspace = true, features = ["logs", "metrics", "with-serde"] } |
| 13 | flatten-serde-json = { workspace = true } |
| 14 | serde_json = { workspace = true } |
| 15 | tracing = { workspace = true } |