[package] name = "luby" version = "0.0.1" authors = ["nicoo "] edition = "2018" license = "ISC" categories = ["algorithms", "mathematics", "no-std"] description = "A generic, portable implementation of Luby's “reluctant doubling” sequence." homepage = "https://gitlab.com/chaotic-evil/luby" repository = "https://gitlab.com/chaotic-evil/luby.git" [dependencies] num-traits = "0.2.14" [dev-dependencies] paste = "1.0.3"