camel-language-simple 0.5.1

Simple Language for rust-camel YAML DSL
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 = "camel-language-simple"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Language for rust-camel YAML DSL"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-language-simple"
readme = "README.md"
keywords = [
    "camel",
    "integration",
    "messaging",
    "routing",
    "enterprise",
]
categories = [
    "network-programming",
    "asynchronous",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"

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

[[bench]]
name = "expression_eval"
path = "benches/expression_eval.rs"
harness = false

[dependencies.camel-api]
version = "=0.5.1"

[dependencies.camel-language-api]
version = "=0.5.1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]