# 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 = "swarmd_instruments" version = "0.1.2" authors = ["Swarmd Team"] description = "Declarative instrumentation" homepage = "https://swarmd.io" documentation = "https://docs.swarmd.io" license = "MIT" repository = "https://github.com/swarmd_io/swarmd" [dependencies.anyhow] version = "1" [dependencies.sentry] version = "0.32" [dependencies.sentry-tracing] version = "0.32" [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", "json", ] [features] default = []