[dependencies.decorum]
default-features = false
version = "0.3.1"
[dependencies.nom]
optional = true
version = "7.1.3"
[dependencies.num-traits]
version = "0.2.16"
[dependencies.pyo3]
features = ["abi3-py38", "extension-module"]
optional = true
version = "0.22.3"
[dependencies.thiserror]
version = "1.0.48"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.88"
[dev-dependencies.test-case]
version = "3.3.1"
[features]
_bindings = []
default = ["std", "nom"]
nom = ["dep:nom"]
python = ["_bindings", "dep:pyo3"]
std = ["decorum/std"]
wasm = ["_bindings", "dep:wasm-bindgen"]
[lib]
crate-type = ["rlib", "cdylib"]
name = "standardform"
path = "src/lib.rs"
[package]
authors = ["Aarav Shah <aaravaditya51@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "science", "mathematics"]
description = "Effortlessly operate on numbers like 2e19 or 2*10^4 and more with this Rust implementation of standard form. Simplify, convert, and manipulate large numerical expressions with ease."
documentation = "https://docs.rs/standardform"
edition = "2021"
homepage = "https://github.com/Deaths-Door/standardform-rs"
keywords = ["ffi", "no-std", "science", "mathematics"]
license = "MIT OR Apache-2.0"
name = "standardform"
readme = "README.md"
repository = "https://github.com/Deaths-Door/standardform-rs"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true