typeshift 0.2.2

Zod-like parse, validation, and JSON Schema flow for Rust types
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 = "typeshift"
version = "0.2.2"
authors = ["ZyraX <oscarcoll.930714@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zod-like parse, validation, and JSON Schema flow for Rust types"
documentation = "https://docs.rs/typeshift"
readme = "README.md"
keywords = [
    "serde",
    "validation",
    "schema",
    "derive",
    "json",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/fileng87/typeshift"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "enum_tagged"
path = "examples/enum_tagged.rs"

[[example]]
name = "full_flow"
path = "examples/full_flow.rs"

[[example]]
name = "generic_envelope"
path = "examples/generic_envelope.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "trybuild"
path = "tests/trybuild.rs"

[dependencies.typeshift-core]
version = "0.2.2"

[dependencies.typeshift-derive]
version = "0.2.2"

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"