[[bin]]
name = "repl"
path = "simple-repl.rs"
[dependencies.once_cell]
version = "1.21.3"
[lib]
name = "imagnum"
path = "imagnum.rs"
[package]
authors = ["SirPigari"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "A Rust library providing versatile numeric types supporting integers and floats designed for the Lucia programming language."
documentation = "https://docs.rs/imagnum"
edition = "2024"
homepage = "https://github.com/SirPigari/imagnum"
keywords = ["numeric", "numbers", "float", "integer", "lucia"]
license = "MIT"
name = "imagnum"
readme = "README.md"
repository = "https://github.com/SirPigari/imagnum"
version = "0.1.21"