1[package]
2name = "openssl-probe"
3version = "0.1.6"
4authors = ["Alex Crichton <alex@alexcrichton.com>"]
5license = "MIT/Apache-2.0"
6repository = "https://github.com/alexcrichton/openssl-probe"
7homepage = "https://github.com/alexcrichton/openssl-probe"
8description = """
9Tool for helping to find SSL certificate locations on the system for OpenSSL
10"""
11readme = "README.md"
12edition = '2021'
13
14# This was arbitrarily chosen on 2025-01-23 as "pretty old" as previously
15# key didn't exist in `Cargo.toml` prior to that.
16rust-version = '1.60.0'
17