Bug 1664774 [wpt PR 25514] - Python 3: make the new introduced image.py file python...
[gecko.git] / third_party / rust / sha2 / Cargo.toml
blob5561060f6226b7dfab878e3507b4674b38ae8440
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 name = "sha2"
15 version = "0.8.0"
16 authors = ["RustCrypto Developers"]
17 description = "SHA-2 hash functions"
18 documentation = "https://docs.rs/sha2"
19 keywords = ["crypto", "sha2", "hash", "digest"]
20 categories = ["cryptography", "no-std"]
21 license = "MIT OR Apache-2.0"
22 repository = "https://github.com/RustCrypto/hashes"
23 [dependencies.block-buffer]
24 version = "0.7"
26 [dependencies.digest]
27 version = "0.8"
29 [dependencies.fake-simd]
30 version = "0.1"
32 [dependencies.opaque-debug]
33 version = "0.2"
35 [dependencies.sha2-asm]
36 version = "0.5"
37 optional = true
38 [dev-dependencies.digest]
39 version = "0.8"
40 features = ["dev"]
42 [dev-dependencies.hex-literal]
43 version = "0.1"
45 [features]
46 asm = ["sha2-asm"]
47 default = ["std"]
48 std = ["digest/std"]
49 [badges.travis-ci]
50 repository = "RustCrypto/hashes"