sentry-options-cli 0.0.7

CLI tool for sentry-options for validation of schema and values
# 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-cli"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for sentry-options for validation of schema and values"
readme = false
license = "Apache-2.0"
repository = "https://github.com/getsentry/sentry-options"

[[bin]]
name = "sentry-options-cli"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.43"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "env",
]

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.walkdir]
version = "2.5.0"

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