# 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 = "base-x" version = "0.2.11" authors = ["Alex R. "] description = "Encode/decode any base" homepage = "https://github.com/OrKoN/base-x-rs" readme = "README.md" keywords = [ "base-x", "base", "convert", ] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/OrKoN/base-x-rs" [[bench]] name = "base" harness = false [dev-dependencies.bencher] version = "0.1" [dev-dependencies.json] version = "0.12" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] std = []