[package]
edition = "2024"
rust-version = "1.89"
name = "ocas-atom"
version = "0.13.2"
authors = ["oCAS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Symbolic expression tree and rewriting 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 = []
[lib]
name = "ocas_atom"
path = "src/lib.rs"
[dependencies.hashbrown]
version = "0.17"
[dependencies.ocas-core]
version = "0.13.2"
[dependencies.ocas-domain]
version = "0.13.2"
[dependencies.smallvec]
version = "1.14"
[dev-dependencies.proptest]
version = "1.6"