]> git.proxmox.com Git - rustc.git/blame - vendor/sha-1/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / sha-1 / Cargo.toml
CommitLineData
ea8adc8c
XL
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
ba9703b0 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
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]
9fa01778 14name = "sha-1"
ba9703b0 15version = "0.8.2"
9fa01778
XL
16authors = ["RustCrypto Developers"]
17description = "SHA-1 hash function"
18documentation = "https://docs.rs/sha-1"
19keywords = ["crypto", "sha1", "hash", "digest"]
20categories = ["cryptography", "no-std"]
ba9703b0 21license = "MIT OR Apache-2.0"
9fa01778
XL
22repository = "https://github.com/RustCrypto/hashes"
23
24[lib]
25name = "sha1"
26[dependencies.block-buffer]
ba9703b0 27version = "0.7"
9fa01778
XL
28
29[dependencies.digest]
ba9703b0 30version = "0.8"
9fa01778
XL
31
32[dependencies.fake-simd]
33version = "0.1"
34
ba9703b0
XL
35[dependencies.libc]
36version = "0.2"
37optional = true
38
39[dependencies.opaque-debug]
40version = "0.2"
41
9fa01778
XL
42[dependencies.sha1-asm]
43version = "0.4"
ea8adc8c 44optional = true
9fa01778 45[dev-dependencies.digest]
ba9703b0 46version = "0.8"
9fa01778 47features = ["dev"]
ea8adc8c 48
ba9703b0
XL
49[dev-dependencies.hex-literal]
50version = "0.1"
51
ea8adc8c 52[features]
9fa01778 53asm = ["sha1-asm"]
ba9703b0
XL
54asm-aarch64 = ["asm", "libc"]
55default = ["std"]
56std = ["digest/std"]
ea8adc8c 57[badges.travis-ci]
9fa01778 58repository = "RustCrypto/hashes"