[package] name = "algos" version = "0.4.0" authors = ["GrayJack "] description = "A collection of algorithms in Rust" repository = "https://github.com/GrayJack/algos" homepage = "https://crates.io/crates/algos" documentation = "https://docs.rs/algos" license-file = "LICENSE" readme = "README.md" keywords = ["algorithm", "sort", "search", "pattern", "series"] exclude = ["/.travis.yml", "/.github/*"] edition = "2018" [dependencies] rand = "^0.7.3" num = { version="~0.2.1", optional=true } [features] default = ["big_num"] big_num = ["num"]