# 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 = "base85" version = "2.0.0" authors = ["Jon Yoder "] exclude = [".gitignore"] description = "A library for Base85 encoding as described in RFC1924" homepage = "https://github.com/darkwyrm/base85" readme = "README.md" keywords = [ "base85", "encode", "decode", ] categories = ["encoding"] license = "MPL-2.0-no-copyleft-exception" repository = "https://github.com/darkwyrm/base85" [[bench]] name = "encode" harness = false [dependencies.thiserror] version = "1.0.37" default-features = false [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5"