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