bulge_gcode 0.1.2

A lightweight G-Code generator for Polylines with Bulge support (CNC/DXF style), WASM compatible.
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 = "bulge_gcode"
version = "0.1.2"
authors = ["Yuriy Arutyunyan <sagittaracc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight G-Code generator for Polylines with Bulge support (CNC/DXF style), WASM compatible."
readme = "README.md"
keywords = [
    "gcode",
    "cnc",
    "bulge",
    "polyline",
    "wasm",
]
categories = [
    "embedded",
    "wasm",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/sagittaracc/bulge-gcode"

[lib]
name = "bulge_gcode"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "builder_test"
path = "tests/builder_test.rs"

[dependencies.wasm-bindgen]
version = "0.2"