ff_structure 0.3.1

fuzzyfold's secondary structure representations.
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_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"