fuzzyfold 0.4.0

Nucleic acid secondary structure kinetics.
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"
name = "fuzzyfold"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nucleic acid secondary structure kinetics."
documentation = "https://docs.rs/fuzzyfold"
readme = "README.md"
keywords = [
    "dna",
    "rna",
    "secondary-structure",
    "kinetics",
    "nearest-neighbor",
]
categories = [
    "science",
    "science::bioinformatics",
    "science::bioinformatics::genomics",
    "science::bioinformatics::sequence-analysis",
]
license = "MIT"
repository = "https://github.com/bad-ants-fleet/fuzzyfold"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "ff-randseq"
path = "src/bin/ff-randseq.rs"

[[bin]]
name = "ff-eval"
path = "src/bin/ff-eval.rs"

[[bin]]
name = "ff-explore"
path = "src/bin/ff-explore.rs"

[[bin]]
name = "ff-timecourse"
path = "src/bin/ff-timecourse.rs"

[[bin]]
name = "ff-trajectory"
path = "src/bin/ff-trajectory.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ff_energy]
version = "0.3.1"

[dependencies.ff_kinetics]
version = "0.4.0"

[dependencies.ff_structure]
version = "0.3.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.log]
version = "0.4.29"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.9.2"

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"