primer3 0.1.0

Safe Rust bindings to the primer3 primer design 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"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to the primer3 primer design library"
homepage = "https://github.com/fg-labs/primer3-rs"
documentation = "https://docs.rs/primer3"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "pcr",
    "primer",
]
categories = ["science"]
license = "GPL-2.0-or-later"
repository = "https://github.com/fg-labs/primer3-rs"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

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

[[example]]
name = "calc_tm"
path = "examples/calc_tm.rs"

[[example]]
name = "design_primers"
path = "examples/design_primers.rs"

[[example]]
name = "thermodynamics"
path = "examples/thermodynamics.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "primer3_py_validation"
path = "tests/primer3_py_validation.rs"

[[test]]
name = "regression"
path = "tests/regression.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.libc]
version = "0.2.183"

[dependencies.primer3-sys]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"

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