# 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] edition = "2021" name = "crockford" version = "1.2.1" authors = ["J/A "] description = """ Provides Crockford Base32 encoding for identifiers (e.g. u64 values). """ homepage = "https://github.com/archer884/crockford" documentation = "https://docs.rs/crockford" readme = "README.md" keywords = [ "crockford", "base32", ] categories = [ "encoding", "parsing", "value-formatting", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/archer884/crockford" [[bench]] name = "encode" harness = false [[bench]] name = "decode" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4"