typeshift-core 0.5.1

Core trait and runtime helpers for the typeshift ecosystem
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-core"
version = "0.5.1"
authors = ["ZyraX <oscarcoll.930714@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core trait and runtime helpers for the typeshift ecosystem"
documentation = "https://docs.rs/typeshift-core"
readme = "README.md"
keywords = [
    "serde",
    "validation",
    "schema",
    "json",
    "typeshift",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/fileng87/typeshift"

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

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.validator]
version = "0.20"
features = ["derive"]

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

[lints.rust]
unsafe_code = "deny"