openssl-probe 0.1.6

Tool for helping to find SSL certificate locations on the system for OpenSSL
Documentation
[[example]]
name = "probe"
path = "examples/probe.rs"

[lib]
name = "openssl_probe"
path = "src/lib.rs"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Tool for helping to find SSL certificate locations on the system for OpenSSL
"""
edition = "2021"
homepage = "https://github.com/alexcrichton/openssl-probe"
license = "MIT/Apache-2.0"
name = "openssl-probe"
readme = "README.md"
repository = "https://github.com/alexcrichton/openssl-probe"
rust-version = "1.60.0"
version = "0.1.6"