[dependencies]
[features]
default = ["std"]
std = []
[lib]
name = "arithmos"
path = "src/lib.rs"
[package]
authors = ["Vincent Jorgensen [vincent.jorgensen@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for converting Arabic numerals into Greek numerals"
edition = "2024"
homepage = "https://codeberg.org/utricularius"
keywords = ["ancient", "greek", "numerals", "arabic", "convert"]
license = "GPL-3.0"
name = "arithmos"
readme = "README.rst"
repository = "https://codeberg.org/utricularius/arithmos"
rust-version = "1.87.0"
version = "0.1.0"