arithmos 0.1.1

A library for converting Arabic numerals into Greek numerals
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"
rust-version = "1.87.0"
name = "arithmos"
version = "0.1.1"
authors = ["Vincent Jorgensen [vincent.jorgensen@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for converting Arabic numerals into Greek numerals"
homepage = "https://codeberg.org/utricularius"
readme = "README.md"
keywords = [
    "ancient",
    "greek",
    "numerals",
    "arabic",
    "convert",
]
license = "GPL-3.0"
repository = "https://codeberg.org/utricularius/arithmos"

[features]
default = ["std"]
std = []

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

[dependencies]