# 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" name = "miniprot-sys" version = "0.1.0" authors = ["Joseph Guhlin "] links = "libminiprot" exclude = [ "**/*.fasta", "libsfasta/test_data/", "*.profdata", ] description = "Bindings to libminiprot" readme = "README.md" keywords = [ "bioinformatics", "fasta", "alignment", "ffi", "protein", ] categories = [ "science", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jguhlin/miniprot-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.libz-sys] version = "1.1.8" features = ["libc"] default-features = false [build-dependencies.bindgen] version = "0.63" features = [ "runtime", "which-rustfmt", ] optional = true default-features = false [build-dependencies.cc] version = "1.0.78" [build-dependencies.libc] version = "0.2" [build-dependencies.pkg-config] version = "0.3.26" [features] default = [] vendored = ["bindgen"]