]> git.proxmox.com Git - rustc.git/blob - vendor/base64/Cargo.toml
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / base64 / Cargo.toml
1 # 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]
14 edition = "2018"
15 name = "base64"
16 version = "0.12.3"
17 authors = ["Alice Maz <alice@alicemaz.com>", "Marshall Pierce <marshall@mpierce.org>"]
18 description = "encodes and decodes base64 as bytes or utf8"
19 documentation = "https://docs.rs/base64"
20 readme = "README.md"
21 keywords = ["base64", "utf8", "encode", "decode", "no_std"]
22 categories = ["encoding"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/marshallpierce/rust-base64"
25 [profile.bench]
26 debug = true
27
28 [[bench]]
29 name = "benchmarks"
30 harness = false
31 [dev-dependencies.criterion]
32 version = "0.3"
33
34 [dev-dependencies.rand]
35 version = "0.6.1"
36
37 [features]
38 alloc = []
39 default = ["std"]
40 std = []