]> git.proxmox.com Git - cargo.git/blob - vendor/openssl-sys/Cargo.toml
New upstream version 0.33.0
[cargo.git] / vendor / openssl-sys / 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 name = "openssl-sys"
15 version = "0.9.40"
16 authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"]
17 build = "build/main.rs"
18 links = "openssl"
19 description = "FFI bindings to OpenSSL"
20 readme = "README.md"
21 categories = ["cryptography", "external-ffi-bindings"]
22 license = "MIT"
23 repository = "https://github.com/sfackler/rust-openssl"
24 [package.metadata.pkg-config]
25 openssl = "1.0.1"
26 [dependencies.libc]
27 version = "0.2"
28 [build-dependencies.cc]
29 version = "1.0"
30
31 [build-dependencies.pkg-config]
32 version = "0.3.9"
33
34 [features]
35 vendored = ["openssl-src"]
36 openssl-src = []
37 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
38 version = "0.2"