# 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 = "2018" name = "librna-sys" version = "0.3.0" authors = ["Vincent Messow"] build = "src/build.rs" links = "RNA" autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings for the ViennaRNA library." homepage = "https://github.com/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://github.com/fncnt/librna-sys" [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.22" features = ["extension-module"] [build-dependencies.bindgen] version = "~0.70" [build-dependencies.pkg-config] version = "~0.3" optional = true [features] auto = ["dep:pkg-config"] default = ["auto"]