librna-sys 0.3.2

Low-level bindings for the ViennaRNA library.
# 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 = "2021"
rust-version = "1.70.0"
name = "librna-sys"
version = "0.3.2"
authors = ["Vincent Messow"]
build = "src/build.rs"
links = "RNA"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings for the ViennaRNA library."
homepage = "https://codeberg.org/fncnt/librna-sys"
documentation = "https://www.tbi.univie.ac.at/RNA/ViennaRNA/doc/html/index.html"
readme = "README.md"
keywords = [
    "viennarna",
    "rna",
    "bioinformatics",
    "sys",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "MIT"
repository = "https://codeberg.org/fncnt/librna-sys"

[features]
auto = ["dep:pkg-config"]
default = ["auto"]

[lib]
name = "librna_sys"
crate-type = ["lib"]
path = "src/lib.rs"
doctest = false

[[example]]
name = "bpdist"
crate-type = [
    "lib",
    "cdylib",
]
path = "examples/bpdist.rs"
doctest = false

[dependencies]

[dev-dependencies.libc]
version = "~0.2"

[dev-dependencies.pyo3]
version = "~0.29"
features = []

[build-dependencies.bindgen]
version = "~0.72"

[build-dependencies.pkg-config]
version = "~0.3"
optional = true