multibase 0.9.3

multibase in rust
Documentation
# 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 = "2018"
name = "multibase"
version = "0.9.3"
authors = ["Friedel Ziegelmayer <dignifiedquire@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "multibase in rust"
homepage = "https://github.com/multiformats/rust-multibase"
readme = "README.md"
keywords = [
    "ipld",
    "ipfs",
    "multihash",
    "cid",
    "no_std",
]
license = "MIT"
repository = "https://github.com/multiformats/rust-multibase"

[features]
default = ["std"]
std = [
    "data-encoding/std",
    "base45/std",
]

[lib]
name = "multibase"
path = "src/lib.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[bench]]
name = "multibase"
path = "benches/multibase.rs"
harness = false

[dependencies.base-x]
version = "0.2.7"
default-features = false

[dependencies.base256emoji]
version = "1.0.2"

[dependencies.base45]
version = "3.2.0"
default-features = false

[dependencies.data-encoding]
version = "2.3.1"
features = ["alloc"]
default-features = false

[dependencies.data-encoding-macro]
version = "0.1.9"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.rand]
version = "0.10.1"