single-variable-algebra-compiler 0.1.3

A compiler for the minimalistic programming language single-variable-algebra.
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 = "single-variable-algebra-compiler"
version = "0.1.3"
authors = ["Armin Schäfer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compiler for the minimalistic programming language single-variable-algebra."
readme = "README.md"
keywords = ["compiler"]
categories = ["compilers"]
license-file = "LICENSE"
repository = "https://github.com/772/single-variable-algebra-compiler"

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

[[bin]]
name = "single-variable-algebra-compiler"
path = "src/main.rs"

[dependencies.bigdecimal]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "HtmlTextAreaElement",
    "console",
    "Window",
    "Document",
    "HtmlElement",
    "Text",
]