# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "base32" version = "0.5.1" authors = [ "Andreas Ots ", "Tim Dumol ", "Dave Grantham ", ] description = "Base32 encoder/decoder for Rust" readme = "README.md" keywords = [ "base32", "encode", "decode", "no_std", ] categories = [ "encoding", "parser-implementations", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreasots/base32" [lib] name = "base32" [dev-dependencies.quickcheck] version = "1.0.3"