openssl-src 110.0.5+1.1.0h

Source of OpenSSL and logic to build it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "openssl-src"
version = "110.0.5+1.1.0h"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/openssl-src-rs"
description = """
Source of OpenSSL and logic to build it.
"""

[workspace]
members = ['testcrate']

[dependencies]
gcc = "0.3"