openssl-probe 0.1.6

Tool for helping to find SSL certificate locations on the system for OpenSSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "openssl-probe"
version = "0.1.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/openssl-probe"
homepage = "https://github.com/alexcrichton/openssl-probe"
description = """
Tool for helping to find SSL certificate locations on the system for OpenSSL
"""
readme = "README.md"
edition = '2021'

# This was arbitrarily chosen on 2025-01-23 as "pretty old" as previously
# key didn't exist in `Cargo.toml` prior to that.
rust-version = '1.60.0'