]> git.proxmox.com Git - rustc.git/blob - vendor/crypto-common/Cargo.toml
acbb813293ae36ad4dc97d79d6c84fe7b4cec981
[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.3"
16 authors = ["RustCrypto Developers"]
17 description = "Common cryptographic traits"
18 documentation = "https://docs.rs/crypto-common"
19 readme = "README.md"
20 keywords = ["crypto", "traits"]
21 categories = ["cryptography", "no-std"]
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/RustCrypto/traits"
24 [package.metadata.docs.rs]
25 all-features = true
26 rustdoc-args = ["--cfg", "docsrs"]
27 [dependencies.generic-array]
28 version = "0.14.4"
29 features = ["more_lengths"]
30
31 [dependencies.rand_core]
32 version = "0.6"
33 optional = true
34
35 [dependencies.typenum]
36 version = "1.14"
37
38 [features]
39 std = []