formulac 0.8.0

A complex-number and extensible function supported math expression parser for Rust
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 = "formulac"
version = "0.8.0"
authors = ["KATOI4423 <katoi4423@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complex-number and extensible function supported math expression parser for Rust"
readme = "README.md"
keywords = [
    "math",
    "parser",
    "complex",
    "expression",
    "formula",
]
categories = [
    "parsing",
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KATOI4423/formulac.git"

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

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

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

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.rug]
version = "1.29.0"
features = ["float"]