[dependencies.itertools]
version = "0.10.3"
[dependencies.ordered-float]
version = "3.7.0"
[dependencies.rand]
version = "0.8.4"
[lib]
name = "numbers_rus"
path = "src/lib.rs"
[package]
authors = ["Ola Yeku <yekuola@gmail.com>"]
description = "A flexible library for working with numbers that aims to be useful, fast, and practical. Modular structure makes it easy to use only the parts you need, and the library is designed to be extensible, so you can easily add your own types and operations."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "numbers_rus"
readme = "README.md"
repository = "https://github.com/ooyeku/numbers_rus.git"
version = "0.2.1"