relon-eval-api 0.1.0-rc2

Public types and Evaluator trait shared across Relon evaluation backends
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"
name = "relon-eval-api"
version = "0.1.0-rc2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public types and Evaluator trait shared across Relon evaluation backends"
homepage = "https://github.com/kookyleo/relon"
readme = false
keywords = [
    "evaluator",
    "api",
    "dsl",
    "config",
    "trait",
]
categories = [
    "compilers",
    "config",
]
license = "Apache-2.0"
repository = "https://github.com/kookyleo/relon"

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

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

[dependencies.miette]
version = "7.6.0"
features = ["derive"]

[dependencies.ordered-float]
version = "4.2"
features = ["serde"]

[dependencies.relon-analyzer]
version = "0.1.0-rc2"

[dependencies.relon-cap]
version = "0.1.0-rc2"

[dependencies.relon-parser]
version = "0.1.0-rc2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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