# 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.73" name = "sentry-types" version = "0.35.0" authors = ["Sentry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Common reusable types for implementing the sentry.io protocol. """ homepage = "https://sentry.io/welcome/" readme = "README.md" keywords = [ "sentry", "protocol", ] license = "Apache-2.0" repository = "https://github.com/getsentry/sentry-rust" [package.metadata.docs.rs] all-features = true [lib] name = "sentry_types" path = "src/lib.rs" [[test]] name = "test_auth" path = "tests/test_auth.rs" [[test]] name = "test_protocol_v7" path = "tests/test_protocol_v7.rs" [dependencies.debugid] version = "0.8.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.46" [dependencies.thiserror] version = "1.0.15" [dependencies.time] version = "0.3.5" features = [ "formatting", "parsing", ] [dependencies.url] version = "2.1.1" features = ["serde"] [dependencies.uuid] version = "1.0.0" features = ["serde"] [dev-dependencies.rstest] version = "0.19.0" [features] default = ["protocol"] metrics = [] protocol = []