[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[build-dependencies.swift-bridge-build]
version = "0.1"
[dependencies.argmin]
version = "0.10"
[dependencies.chumsky]
version = "1.0.0-alpha.8"
[dependencies.fasteval]
version = "0.2"
[dependencies.nalgebra]
version = "0.33"
[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]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.swift-bridge]
version = "0.1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.5"
[features]
default = []
ffi = []
[lib]
crate-type = ["staticlib", "cdylib", "lib"]
name = "thales"
path = "src/lib.rs"
[package]
authors = ["Christian C. Berclaz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["mathematics", "science"]
description = "A comprehensive Computer Algebra System (CAS) library for symbolic mathematics, equation solving, calculus, and linear algebra"
documentation = "https://docs.rs/thales"
edition = "2021"
homepage = "https://github.com/ChrisGVE/thales"
keywords = ["math", "algebra", "calculus", "symbolic", "cas"]
license = "MIT"
name = "thales"
readme = "README.md"
repository = "https://github.com/ChrisGVE/thales"
version = "0.3.3"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[target.aarch64-apple-ios]
[target.aarch64-apple-ios-sim]
[target.x86_64-apple-ios]
[[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"