[package] name = "zbase32" version = "0.1.2" description = "Implementation of zbase32." documentation = "https://docs.rs/zbase32" repository = "https://gitlab.com/pgerber/zbase32-rust" authors = ["Peter Gerber "] keywords = ["zbase32"] license = "LGPL-3.0+" [badges] gitlab = { repository = "pgerber/zbase32-rust" } [dev-dependencies] cpython = "0.2" quickcheck = "0.7" rand = "0.6" [features] python_tests = [] unstable = []