apollo-redaction 0.2.0

Redaction utility for sensitive data in error messages, debug logs, etc.
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 = "apollo-redaction"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Redaction utility for sensitive data in error messages, debug logs, etc."
readme = false
keywords = [
    "apollo-platform",
    "redact",
]
categories = [
    "development-tools::debugging",
    "value-formatting",
]
license = "Elastic-2.0"
repository = "https://github.com/apollographql/apollo-platform-rs"
resolver = "2"

[features]
default = []
schemars = ["dep:schemars"]

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

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.url]
version = "2.5.8"

[dev-dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.url]
version = "2.5.8"
features = ["serde"]