[package] name = "algexenotation" version = "0.5.0" edition = "2021" authors = ["bvssvni "] keywords = ["mathematics", "number", "theory", "advancedresearch"] description = "An implementation of Algexenotation in Rust" license = "MIT" readme = "README.md" repository = "https://github.com/advancedresearch/algexenotation.git" homepage = "https://github.com/advancedresearch/algexenotation" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-prime = {version = "0.4.3", features = ["big-table"]} [dev-dependencies] rand = "0.8.5"