[dependencies.openssl]
version = "0.10.26"
[package]
authors = ["gzbakku <gzbakku@gmail.com>"]
categories = ["cryptography", "api-bindings"]
description = "this is a rust lib to create x509 ssl certificate and private key file via an api and can be used in other rust projects."
edition = "2018"
homepage = "https://github.com/gzbakku/fdb/tree/master/cert"
keywords = ["ssl", "openssl", "certificate", "rsa", "generate"]
license = "MIT"
license-file = "License.md"
name = "easy_ssl"
readme = "README.md"
repository = "https://github.com/gzbakku/fdb/tree/master/cert"
version = "0.0.1"