[package] name = "libnum" version = "0.1.2" edition = "2021" authors = ["Anonymous "] description = "Functions for efficient development in Math and Crypto" readme = "README.md" keywords = ["useful", "Functions", "Math", "Crypto"] categories = ["development-tools"] license = "MIT" documentation = "https://docs.rs/libnum" repository = "https://gitlab.com/andrew_ryan/libnum" homepage = "https://dnrops.gitee.io" [dependencies] num = { version = "0.4.0", features = ["num-bigint"] } rand = "0.8.5" num-bigfloat = "1.6.2"