[package] name = "eratosthenes" version = "0.2.0" authors = ["Hazar "] description = "Mathematical operations library for Rust." edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/haz0110/eratosthenes" rust-version = "1.70" keywords = ["mathematics", "algorithms", "sequences", "primes", "factors"]