ff_kinetics 0.2.0

fuzzyfold's stochastic secondary structure simulations.
Documentation
[badges.maintenance]
status = "actively-developed"

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

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.criterion]
version = "0.7.0"

[dependencies.ff_energy]
version = "0.2.0"

[dependencies.ff_structure]
version = "0.2.0"

[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.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.2.0"