mathypad-core 0.1.17

Core calculation and parsing logic for Mathypad
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"
name = "mathypad-core"
version = "0.1.17"
authors = ["Pato Lankenau <rust@p.lankenau.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core calculation and parsing logic for Mathypad"
homepage = "https://mathypad.app"
readme = false
keywords = [
    "calculator",
    "units",
    "parsing",
    "math",
    "expressions",
]
license = "MIT"
repository = "https://github.com/pato/mathypad"
resolver = "2"

[lib]
name = "mathypad_core"
path = "src/lib.rs"

[dependencies.chumsky]
version = "0.10.1"
features = ["std"]
default-features = false

[dev-dependencies.tempfile]
version = "3.20"