adapters 0.0.0

A high-performance, native Rust schema validation, serialization, deserialization, and data transformation library.
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 = "adapters"
version = "0.0.0"
authors = ["Muhammad Fiaz <contact@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, native Rust schema validation, serialization, deserialization, and data transformation library."
homepage = "https://muhammad-fiaz.github.io/adapters"
documentation = "https://docs.rs/adapters"
readme = "README.md"
keywords = [
    "schema",
    "validation",
    "serialization",
    "json",
    "transform",
]
categories = [
    "data-structures",
    "encoding",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/muhammad-fiaz/adapters"

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

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

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

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

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

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

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

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

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

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

[dependencies.adapters-macros]
version = "0.0.0"

[dependencies.regex]
version = "1"

[dev-dependencies.adapters-macros]
version = "0.0.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true