]> git.proxmox.com Git - cargo.git/blob - vendor/openssl/Cargo.toml
Update upstream source from tag 'upstream/0.57.0'
[cargo.git] / vendor / openssl / 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 = "openssl"
16 version = "0.10.36"
17 authors = ["Steven Fackler <sfackler@gmail.com>"]
18 description = "OpenSSL bindings"
19 readme = "README.md"
20 keywords = ["crypto", "tls", "ssl", "dtls"]
21 categories = ["cryptography", "api-bindings"]
22 license = "Apache-2.0"
23 repository = "https://github.com/sfackler/rust-openssl"
24 [dependencies.bitflags]
25 version = "1.0"
26
27 [dependencies.cfg-if]
28 version = "1.0"
29
30 [dependencies.ffi]
31 version = "0.9.66"
32 package = "openssl-sys"
33
34 [dependencies.foreign-types]
35 version = "0.3.1"
36
37 [dependencies.libc]
38 version = "0.2"
39
40 [dependencies.once_cell]
41 version = "1.5.2"
42 [dev-dependencies.hex]
43 version = "0.3"
44
45 [dev-dependencies.tempdir]
46 version = "0.3"
47
48 [features]
49 v101 = []
50 v102 = []
51 v110 = []
52 v111 = []