num2phrase 0.1.0

Convert long number to a sequence of memorisable phrase with combination of short numbers
Documentation
[package]
name = "num2phrase"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/i-am-unknown-81514525/num2phrase/tree/main"
description = "Convert long number to a sequence of memorisable phrase with combination of short numbers"

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

[[bin]]
name = "num2phrase"
path = "src/main.rs"

[dependencies]
strsim = "0.11.1"
syn = { version = "2.0.106", features = ["full"] }
proc-macro2 = "1.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"