ocas-eval 0.13.2

Evaluation and JIT code generation for oCAS
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"
rust-version = "1.89"
name = "ocas-eval"
version = "0.13.2"
authors = ["oCAS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evaluation and JIT code generation for oCAS"
homepage = "https://github.com/charleshzh/ocas"
documentation = "https://docs.rs/ocas"
readme = false
keywords = [
    "cas",
    "symbolic",
    "algebra",
    "mathematics",
    "polynomial",
]
categories = [
    "science",
    "mathematics",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/charleshzh/ocas"

[features]
default = []
fast-poly = ["dep:fast_polynomial"]
jit = [
    "cranelift",
    "cranelift-module",
    "cranelift-jit",
    "cranelift-codegen",
    "cranelift-frontend",
]
simd = ["pulp"]

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

[dependencies.cranelift]
version = "0.127"
optional = true

[dependencies.cranelift-codegen]
version = "0.127"
optional = true

[dependencies.cranelift-frontend]
version = "0.127"
optional = true

[dependencies.cranelift-jit]
version = "0.127"
optional = true

[dependencies.cranelift-module]
version = "0.127"
optional = true

[dependencies.fast_polynomial]
version = "0.4"
optional = true

[dependencies.ocas-atom]
version = "0.13.2"

[dependencies.ocas-core]
version = "0.13.2"

[dependencies.ocas-domain]
version = "0.13.2"

[dependencies.pulp]
version = "0.22"
optional = true

[dependencies.thiserror]
version = "2.0"