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]
14name = "openssl"
15version = "0.10.30"
16authors = ["Steven Fackler <sfackler@gmail.com>"]
17description = "OpenSSL bindings"
18readme = "README.md"
19keywords = ["crypto", "tls", "ssl", "dtls"]
20categories = ["cryptography", "api-bindings"]
21license = "Apache-2.0"
22repository = "https://github.com/sfackler/rust-openssl"
23[dependencies.bitflags]
24version = "1.0"
25
26[dependencies.cfg-if]
27version = "0.1"
28
29[dependencies.foreign-types]
30version = "0.3.1"
31
32[dependencies.lazy_static]
33version = "1"
34
35[dependencies.libc]
36version = "0.2"
37
38[dependencies.openssl-sys]
39version = "0.9.58"
40[dev-dependencies.hex]
41version = "0.3"
42
43[dev-dependencies.tempdir]
44version = "0.3"
45
46[features]
47v101 = []
48v102 = []
49v110 = []
50v111 = []
51vendored = ["openssl-sys/vendored"]
52