# 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 = "htscodecs-sys" version = "1.2.1" authors = ["Mateusz Maćkowski "] build = "src/build.rs" links = "htscodecs" include = ["src/**/*", "vendor/**/*", "Cargo.toml", "README.md"] description = "FFI bindings for htscodecs.\n\nhtscodecs is automatically built and linked statically. Requires a C compiler." homepage = "https://github.com/m4tx/htscodecs-sys" readme = "README.md" keywords = ["htscodecs", "rANS", "ANS", "static"] categories = ["external-ffi-bindings", "encoding"] license = "BSD-3-Clause" repository = "https://github.com/m4tx/htscodecs-sys.git" resolver = "2" [lib] name = "htscodecs_sys" crate-type = ["staticlib", "cdylib", "lib"] [dependencies.libc] version = "0.2.121" [build-dependencies.cc] version = "1.0.73" features = ["parallel"] [build-dependencies.dunce] version = "1.0.2"