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