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]
13edition = "2018"
14name = "openssl"
15version = "0.10.64"
16authors = ["Steven Fackler <[email protected]>"]
17description = "OpenSSL bindings"
18readme = "README.md"
19keywords = [
20    "crypto",
21    "tls",
22    "ssl",
23    "dtls",
24]
25categories = [
26    "cryptography",
27    "api-bindings",
28]
29license = "Apache-2.0"
30repository = "https://github.com/sfackler/rust-openssl"
31
32[dependencies.bitflags]
33version = "2.2.1"
34
35[dependencies.cfg-if]
36version = "1.0"
37
38[dependencies.ffi]
39version = "0.9.100"
40package = "openssl-sys"
41
42[dependencies.foreign-types]
43version = "0.3.1"
44
45[dependencies.libc]
46version = "0.2"
47
48[dependencies.once_cell]
49version = "1.5.2"
50
51[dependencies.openssl-macros]
52version = "0.1.0"
53
54[dev-dependencies.hex]
55version = "0.3"
56
57[features]
58bindgen = ["ffi/bindgen"]
59default = []
60unstable_boringssl = ["ffi/unstable_boringssl"]
61v101 = []
62v102 = []
63v110 = []
64v111 = []
65vendored = ["ffi/vendored"]
66