ff_energy 0.4.0

fuzzyfold's nearest neighbor free energy evaluations.
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 = "ff_energy"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fuzzyfold's nearest neighbor free energy evaluations."
documentation = "https://docs.rs/ff_energy"
readme = "README.md"
keywords = [
    "dna",
    "rna",
    "secondary-structure",
    "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 = "ff_energy"
path = "src/lib.rs"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.criterion]
version = "0.7.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ff_structure]
version = "0.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.paste]
version = "1.0.15"

[dependencies.rustc-hash]
version = "2.1.1"