primer3-tool 0.1.0

Command-line tool for PCR primer design and thermodynamic calculations
# 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-tool"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for PCR primer design and thermodynamic calculations"
homepage = "https://github.com/fg-labs/primer3-rs"
documentation = "https://docs.rs/primer3-tool"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
    "pcr",
    "primer",
    "cli",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/fg-labs/primer3-rs"
resolver = "2"

[[bin]]
name = "primer3-tool"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.primer3]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

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