eure-json-schema 0.1.7

JSON Schema compatibility for Eure format
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 = "eure-json-schema"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Schema compatibility for Eure format"
homepage = "https://eure.dev"
readme = "README.md"
keywords = [
    "eure",
    "json-schema",
    "schema",
    "validation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Hihaheho/eure"
resolver = "2"

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

[dependencies.eure]
version = "0.1.7"

[dependencies.eure-document]
version = "0.1.7"

[dependencies.eure-json]
version = "0.1.7"

[dependencies.eure-schema]
version = "0.1.7"

[dependencies.indexmap]
version = "2"
default-features = false

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.query-flow]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"
default-features = false