]> git.proxmox.com Git - rustc.git/blob - vendor/crypto-common/Cargo.toml
cfac76fa9700dc5dcc92fc202f54fb4cd651d8d1
[rustc.git] / vendor / crypto-common / 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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "crypto-common"
15 version = "0.1.6"
16 authors = ["RustCrypto Developers"]
17 description = "Common cryptographic traits"
18 documentation = "https://docs.rs/crypto-common"
19 readme = "README.md"
20 keywords = [
21 "crypto",
22 "traits",
23 ]
24 categories = [
25 "cryptography",
26 "no-std",
27 ]
28 license = "MIT OR Apache-2.0"
29 repository = "https://github.com/RustCrypto/traits"
30
31 [package.metadata.docs.rs]
32 all-features = true
33 rustdoc-args = [
34 "--cfg",
35 "docsrs",
36 ]
37
38 [dependencies.generic-array]
39 version = "0.14.4"
40 features = ["more_lengths"]
41
42 [dependencies.rand_core]
43 version = "0.6"
44 optional = true
45
46 [dependencies.typenum]
47 version = "1.14"
48
49 [features]
50 getrandom = ["rand_core/getrandom"]
51 std = []