ocas-parse 0.21.0

Parser and printer for oCAS
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"
rust-version = "1.97"
name = "ocas-parse"
version = "0.21.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.21.0"

[dependencies.ocas-core]
version = "0.21.0"

[dependencies.thiserror]
version = "2.0"

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