num2words 1.2.0

Convert numbers like 42 to forty-two
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "num-bigfloat"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5ee1e61b978cc2196731ebb9e349d6f27b99750ad674ae7a2f26ae6e93be7e4"

[[package]]
name = "num2words"
version = "1.2.0"
dependencies = [
 "num-bigfloat",
]