thales 0.4.1

A comprehensive Computer Algebra System (CAS) library for symbolic mathematics, equation solving, calculus, and linear algebra
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 = "thales"
version = "0.4.1"
authors = ["Christian C. Berclaz"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive Computer Algebra System (CAS) library for symbolic mathematics, equation solving, calculus, and linear algebra"
homepage = "https://github.com/ChrisGVE/thales"
documentation = "https://docs.rs/thales"
readme = "README.md"
keywords = [
    "math",
    "algebra",
    "calculus",
    "symbolic",
    "cas",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/ChrisGVE/thales"

[features]
default = []
ffi = []
lapack = ["dep:nalgebra-lapack"]
lapack-accelerate = [
    "lapack",
    "nalgebra-lapack/accelerate",
]
lapack-netlib = [
    "lapack",
    "nalgebra-lapack/netlib",
]
lapack-openblas = [
    "lapack",
    "nalgebra-lapack/openblas",
]

[lib]
name = "thales"
crate-type = [
    "staticlib",
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.argmin]
version = "0.10"

[dependencies.fasteval]
version = "0.2"

[dependencies.mathlex]
version = "0.3.1"
features = ["serde"]

[dependencies.nalgebra]
version = "0.33"

[dependencies.nalgebra-lapack]
version = "0.25"
optional = true
default-features = false

[dependencies.num]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

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

[dependencies.num-rational]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.swift-bridge]
version = "0.1"

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

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

[build-dependencies.swift-bridge-build]
version = "0.1"

[target.aarch64-apple-ios]

[target.aarch64-apple-ios-sim]

[target.x86_64-apple-ios]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1