[dependencies.anyhow]
default-features = false
version = "1.0.89"
[dependencies.bitflags]
version = "2.6.0"
[dependencies.nom]
default-features = false
features = ["alloc"]
version = "7"
[dependencies.nom_locate]
default-features = false
features = ["alloc"]
version = "4"
[dependencies.num-bigint]
optional = true
version = "0.4.6"
[dependencies.num-complex]
optional = true
version = "0.4.6"
[dependencies.num-traits]
default-features = false
version = "0.2.19"
[dev-dependencies.assert_matches]
version = "1.3.0"
[dev-dependencies.hex]
version = "0.4.2"
[dev-dependencies.pulldown-cmark]
version = "0.12.1"
[dev-dependencies.version-sync]
version = "0.9"
[[example]]
name = "complex_c"
path = "examples/complex_c.rs"
required-features = ["num-complex"]
[features]
default = ["std"]
std = ["anyhow/std"]
[lib]
name = "arithmetic_parser"
path = "src/lib.rs"
[package]
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations", "mathematics", "no-std"]
description = "Parser for arithmetic expressions with flexible literals and type annotations."
edition = "2021"
keywords = ["parser", "arithmetic", "scripting", "language"]
license = "MIT OR Apache-2.0"
name = "arithmetic-parser"
readme = "README.md"
repository = "https://github.com/slowli/arithmetic-parser"
rust-version = "1.70"
version = "0.4.0-beta.1"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "check_readme"
path = "tests/check_readme.rs"
[[test]]
name = "version_match"
path = "tests/version_match.rs"