blob: 2fd8878a3d41f59ce0c29e281108f10d95ffceec [file] [log] [blame]
Jeff Vander Stoep0029ba42021-06-25 09:40:28 +02001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "base64"
16version = "0.13.0"
17authors = ["Alice Maz <alice@alicemaz.com>", "Marshall Pierce <marshall@mpierce.org>"]
18description = "encodes and decodes base64 as bytes or utf8"
19documentation = "https://docs.rs/base64"
20readme = "README.md"
21keywords = ["base64", "utf8", "encode", "decode", "no_std"]
22categories = ["encoding"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/marshallpierce/rust-base64"
25[profile.bench]
26debug = true
27
28[[bench]]
29name = "benchmarks"
30harness = false
31[dev-dependencies.criterion]
32version = "=0.3.2"
33
34[dev-dependencies.rand]
35version = "0.6.1"
36
37[dev-dependencies.structopt]
38version = "0.3"
39
40[features]
41alloc = []
42default = ["std"]
43std = []