[package]
edition = "2024"
name = "ff_kinetics"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fuzzyfold's stochastic secondary structure simulations."
documentation = "https://docs.rs/ff_kinetics"
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 = "ff_kinetics"
path = "src/lib.rs"
[[bench]]
name = "explore"
path = "benches/explore.rs"
harness = false
[[bench]]
name = "stochastic_simulation"
path = "benches/stochastic_simulation.rs"
harness = false
[dependencies.criterion]
version = "0.7.0"
[dependencies.ff_energy]
version = "0.4.0"
[dependencies.ff_structure]
version = "0.3.0"
[dependencies.log]
version = "0.4.29"
[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.228"
[dependencies.serde_json]
version = "1.0.149"