librna-sys 0.3.0

Low-level bindings for the ViennaRNA library.
[build-dependencies.bindgen]
version = "~0.70"

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

[dependencies]

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

[dev-dependencies.pyo3]
features = ["extension-module"]
version = "~0.22"

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

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

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

[package]
authors = ["Vincent Messow"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
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.3.0"