async_jsonata_rust 0.1.0

Async-first JSONata parser/runtime crate with stable Rust API facade
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.78"
name = "async_jsonata_rust"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async-first JSONata parser/runtime crate with stable Rust API facade"
homepage = "https://docs.jsonata.org/"
documentation = "https://docs.rs/async_jsonata_rust"
readme = "README.md"
keywords = [
    "jsonata",
    "json",
    "query",
    "transform",
    "async",
]
categories = [
    "parser-implementations",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/lajasoft/async_jsonata_rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.9"

[dependencies.ryu]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]