[[example]]
crate-type = ["lib", "cdylib"]
doctest = false
name = "bpdist"
[build-dependencies.bindgen]
version = "~0.64"
[build-dependencies.pkg-config]
optional = true
version = "~0.3"
[dependencies]
[dev-dependencies.libc]
version = "~0.2"
[dev-dependencies.pyo3]
features = ["extension-module"]
version = "~0.16"
[features]
auto = ["pkg-config"]
default = []
[lib]
crate-type = ["lib"]
doctest = false
[package]
authors = ["Vincent Messow"]
build = "src/build.rs"
categories = ["external-ffi-bindings", "science"]
description = "Low-level bindings for the ViennaRNA library."
documentation = "https://www.tbi.univie.ac.at/RNA/ViennaRNA/doc/html/index.html"
edition = "2018"
homepage = "https://github.com/fncnt/librna-sys"
keywords = ["viennarna", "rna", "bioinformatics", "sys", "ffi"]
license = "MIT"
links = "RNA"
name = "librna-sys"
readme = "README.md"
repository = "https://github.com/fncnt/librna-sys"
version = "0.2.3"