[dependencies.ctor]
default-features = false
optional = true
version = "0.2.8"
[dependencies.serde]
version = "1.0.204"
[dependencies.specta]
version = "=2.0.0-rc.16"
[dependencies.specta-macros]
default-features = false
optional = true
version = "=2.0.0-rc.16"
[features]
default = []
export = ["dep:ctor", "specta-macros/DO_NOT_USE_export"]
serde = []
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.panic]
level = "warn"
priority = -1
[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -1
[lints.clippy.todo]
level = "warn"
priority = -1
[lints.clippy.unwrap_used]
level = "warn"
priority = -1
[lints.rust.unsafe_code]
level = "forbid"
priority = -1
[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
categories = ["web-programming", "asynchronous"]
description = "High-level utilities for working with Specta"
documentation = "https://docs.rs/specta-util/latest/specta-util"
edition = "2021"
keywords = ["async", "specta", "rspc", "typescript", "typesafe"]
license = "MIT"
name = "specta-util"
repository = "https://github.com/oscartbeaumont/specta"
version = "0.0.3"
[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]