# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "easy_ssl" version = "0.0.4" authors = ["gzbakku "] 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." homepage = "https://github.com/gzbakku/fdb/tree/master/cert" readme = "README.md" keywords = ["ssl", "openssl", "certificate", "rsa", "generate"] categories = ["cryptography", "api-bindings"] license = "MIT" license-file = "License.md" repository = "https://github.com/gzbakku/fdb/tree/master/cert" [dependencies.openssl] version = "0.10.26"