ivo 0.0.2

The schema valitator that brings user stories to life, inspired by ivo on npm
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.71"
name = "ivo"
version = "0.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The schema valitator that brings user stories to life, inspired by ivo on npm"
homepage = "https://github.com/kamtoeddy/ivo/rs"
readme = false
keywords = [
    "schema",
    "validation",
]
categories = [
    "encoding",
    "parsing",
]
license-file = "LICENSE"
repository = "https://github.com/kamtoeddy/ivo/rs"

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

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

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

[dependencies.futures]
version = "0.3"

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

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

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