wolfssl-src 0.1.2

Compile wolfSSL from source for use by wolfcrypt-sys
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wolfssl-src"
version = "0.1.2"
authors = ["WolfSSL Inc"]
build = false
include = [
    "src/**",
    "patches/**",
    "user_settings*.h",
    "riscv_bare_metal_helpers.c",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile wolfSSL from source for use by wolfcrypt-sys"
homepage = "http://wolfssl.com"
readme = "README.md"
keywords = [
    "wolfcrypt",
    "wolfssl",
    "fips",
    "cryptography",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/wolfSSL/wolfssl-rs"

[features]
cryptocb-only = []
cryptocb-pure = []
default = []
riscv-bare-metal = []

[lib]
name = "wolfssl_src"
path = "src/lib.rs"

[dependencies.cc]
version = "1.2.26"
features = ["parallel"]

[dev-dependencies.tempfile]
version = "3"