sentry-options 0.0.9

Rust client for sentry-options config system
Documentation
# 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 = "2024"
name = "sentry-options"
version = "0.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for sentry-options config system"
readme = false
license = "Apache-2.0"
repository = "https://github.com/getsentry/sentry-options"

[lib]
name = "sentry_options"
path = "src/lib.rs"

[dependencies.sentry-options-validation]
version = "0.0.9"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.tempfile]
version = "3.23.0"