hyle 0.1.4

Framework-agnostic schema and query planning core for hyle.
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 = "hyle"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic schema and query planning core for hyle."
documentation = "https://docs.rs/hyle"
readme = "README.md"
keywords = [
    "blueprint",
    "query",
    "schema",
    "wasm",
    "ui",
]
categories = [
    "data-structures",
    "wasm",
    "web-programming",
]
license = "BSD-2-Clause"
repository = "https://github.com/tty-pt/hyle"
resolver = "2"

[features]
wasm = [
    "dep:wasm-bindgen",
    "dep:console_error_panic_hook",
]

[lib]
name = "hyle"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.garde]
version = "0.22"
features = [
    "regex",
    "pattern",
]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.manganis]
version = "=0.7.7"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

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