]> git.proxmox.com Git - rustc.git/blob - vendor/md-5/Cargo.toml
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / vendor / md-5 / 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 = "md-5"
16 version = "0.9.1"
17 authors = ["RustCrypto Developers"]
18 description = "MD5 hash function"
19 documentation = "https://docs.rs/md-5"
20 readme = "README.md"
21 keywords = ["crypto", "md5", "hash", "digest"]
22 categories = ["cryptography", "no-std"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/RustCrypto/hashes"
25
26 [lib]
27 name = "md5"
28 [dependencies.block-buffer]
29 version = "0.9"
30
31 [dependencies.digest]
32 version = "0.9"
33
34 [dependencies.md5-asm]
35 version = "0.4"
36 optional = true
37
38 [dependencies.opaque-debug]
39 version = "0.3"
40 [dev-dependencies.digest]
41 version = "0.9"
42 features = ["dev"]
43
44 [dev-dependencies.hex-literal]
45 version = "0.2"
46
47 [features]
48 asm = ["md5-asm"]
49 default = ["std"]
50 std = ["digest/std"]