ivo 0.2.0

The rust implementation of the ivo schema valitator
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.80.0"
name = "ivo"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The rust implementation of the ivo schema valitator"
homepage = "https://github.com/kamtoeddy/ivo/rs"
readme = "README.md"
keywords = [
    "ivo",
    "schema",
    "validation",
    "data-modelling",
]
categories = [
    "data-structures",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/kamtoeddy/ivo/rs"

[features]
validators = ["dep:ivo-validators"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.futures-locks]
version = "0.7"

[dependencies.ivo-derive]
version = "0.2.0"

[dependencies.ivo-validators]
version = "0.2.0"
optional = true

[dev-dependencies.async-std]
version = "1.13.2"
features = ["attributes"]

[dev-dependencies.chrono]
version = "0.4.45"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.regex]
version = "1.10"

[dev-dependencies.seahash]
version = "4.1.0"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.smol]
version = "2.0.2"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "macros",
]

[dev-dependencies.unicode-normalization]
version = "0.1"