[package]
edition = "2024"
name = "ff_structure"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fuzzyfold's secondary structure representations."
documentation = "https://docs.rs/ff_structure"
readme = "README.md"
keywords = [
"dna",
"rna",
"secondary-structure",
]
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_structure"
path = "src/lib.rs"
[dependencies.nohash-hasher]
version = "0.2.0"