rusdantic 0.1.0

A high-ergonomics data validation and serialization framework for Rust, inspired by Python's Pydantic
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 = "2021"
rust-version = "1.70"
name = "rusdantic"
version = "0.1.0"
authors = ["Mitul Gehlot <mmgehlot@users.noreply.github.com>"]
build = false
include = [
    "src/**/*",
    "../LICENSE-*",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-ergonomics data validation and serialization framework for Rust, inspired by Python's Pydantic"
homepage = "https://github.com/mmgehlot/rusdantic"
readme = "README.md"
keywords = [
    "validation",
    "serde",
    "derive",
    "pydantic",
    "schema",
]
categories = [
    "development-tools",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmgehlot/rusdantic"

[features]
default = ["url-validation"]
url-validation = ["rusdantic-core/url-validation"]

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

[dependencies.rusdantic-core]
version = "0.1.0"

[dependencies.rusdantic-derive]
version = "0.1.0"

[dependencies.rusdantic-types]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

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

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