currencylib 0.1.3

A library containing types and metadata for currencies.
Documentation
[package]
name = "currencylib"
version = "0.1.3"
edition = "2024"
authors = ["Muhammad Fathir Irhas <fathir.irhas@gmail.com>"]
description = "A library containing types and metadata for currencies."
license = "MIT"
repository = "https://github.com/mfirhas/currencylib"
documentation = "https://docs.rs/currencylib"
keywords = ["finance", "currency", "money", "type-safe", "no-std"]
categories = ["finance", "data-structures"]
exclude = [
  "**/*_test.rs",
  "tests/**",
  "examples/**",
  "Makefile",
]

[dependencies]

[build-dependencies]
iso_currency = { version = "0.5.3", features = ["iterator"] }
phf = { version = "0.13", features = ["macros"] }
icu = { version = "2.1.1", features = ["compiled_data"] }
icu_provider = "2.1.1"