# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "zbase32" version = "0.1.2" authors = ["Peter Gerber "] description = "Implementation of zbase32." documentation = "https://docs.rs/zbase32" keywords = ["zbase32"] license = "LGPL-3.0+" repository = "https://gitlab.com/pgerber/zbase32-rust" [dev-dependencies.cpython] version = "0.2" [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.rand] version = "0.6" [features] python_tests = [] unstable = [] [badges.gitlab] repository = "pgerber/zbase32-rust"