[package]
edition = "2024"
rust-version = "1.97"
name = "ocas-parse"
version = "0.26.0"
authors = ["oCAS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and printer 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_parse"
path = "src/lib.rs"
[dependencies.chumsky]
version = "0.13"
[dependencies.logos]
version = "0.16"
[dependencies.ocas-atom]
version = "0.26.0"
[dependencies.ocas-core]
version = "0.26.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.proptest]
version = "1.6"