[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "explore"
path = "benches/explore.rs"
[[bench]]
harness = false
name = "stochastic_simulation"
path = "benches/stochastic_simulation.rs"
[dependencies.criterion]
version = "0.7.0"
[dependencies.ff_energy]
version = "0.3.0"
[dependencies.ff_structure]
version = "0.3.0"
[dependencies.log]
version = "0.4.28"
[dependencies.ndarray]
version = "0.16.1"
[dependencies.nohash-hasher]
version = "0.2.0"
[dependencies.plotters]
version = "0.3.7"
[dependencies.rand]
version = "0.9.2"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde]
version = "1.0.225"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "ff_kinetics"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "science::bioinformatics", "science::bioinformatics::genomics", "science::bioinformatics::sequence-analysis"]
description = "fuzzyfold's stochastic secondary structure simulations."
documentation = "https://docs.rs/ff_kinetics"
edition = "2024"
keywords = ["dna", "rna", "secondary-structure", "kinetics", "nearest-neighbor"]
license = "MIT"
name = "ff_kinetics"
readme = "README.md"
repository = "https://github.com/bad-ants-fleet/fuzzyfold"
version = "0.3.0"