primer3-sys 0.1.0

Raw FFI bindings to the primer3 C library
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 = "2024"
rust-version = "1.85.0"
name = "primer3-sys"
version = "0.1.0"
build = "build.rs"
links = "primer3"
include = [
    "build.rs",
    "wrapper.h",
    "Cargo.toml",
    "src/**/*.rs",
    "vendor/primer3/LICENSE",
    "vendor/primer3/src/*.c",
    "vendor/primer3/src/*.cc",
    "vendor/primer3/src/*.h",
    "!vendor/primer3/src/amplicontm*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the primer3 C library"
homepage = "https://github.com/fg-labs/primer3-rs"
documentation = "https://docs.rs/primer3-sys"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "pcr",
    "primer",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/fg-labs/primer3-rs"
resolver = "2"

[features]
default = ["vendored"]
system = []
vendored = []

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

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cc]
version = "1"

[lints.clippy.pedantic]
level = "deny"
priority = -1