]> git.proxmox.com Git - rustc.git/blob - vendor/sha-1/Cargo.toml
New upstream version 1.49.0+dfsg1
[rustc.git] / vendor / sha-1 / 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 = "sha-1"
16 version = "0.9.1"
17 authors = ["RustCrypto Developers"]
18 description = "SHA-1 hash function"
19 documentation = "https://docs.rs/sha-1"
20 readme = "README.md"
21 keywords = ["crypto", "sha1", "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 = "sha1"
28 [dependencies.block-buffer]
29 version = "0.9"
30
31 [dependencies.cfg-if]
32 version = "0.1"
33
34 [dependencies.digest]
35 version = "0.9"
36
37 [dependencies.opaque-debug]
38 version = "0.3"
39
40 [dependencies.sha1-asm]
41 version = "0.4"
42 optional = true
43 [dev-dependencies.digest]
44 version = "0.9"
45 features = ["dev"]
46
47 [dev-dependencies.hex-literal]
48 version = "0.2"
49
50 [features]
51 asm = ["sha1-asm", "libc"]
52 asm-aarch64 = ["asm"]
53 default = ["std"]
54 std = ["digest/std"]
55 [target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
56 version = "0.2.68"
57 optional = true
58 [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool]
59 version = "0.1"