# 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 = "slow5lib-sys" version = "0.10.0+slow5lib.1.3.0" authors = ["Brandon Saint-John "] build = "build.rs" links = "slow5lib" autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to the slow5lib C library" homepage = "https://github.com/hasindu2008/slow5lib" documentation = "https://docs.rs/slow5lib-sys" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bsaintjo/slow5-rs" [lib] name = "slow5lib_sys" path = "src/lib.rs" [[example]] name = "header_attribute" path = "examples/header_attribute.rs" [[example]] name = "random_read" path = "examples/random_read.rs" [[example]] name = "write-raw" path = "examples/write-raw.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.libc] version = "0.2.126" [dependencies.libz-sys] version = "1.1.8" features = ["libc"] default-features = false [dependencies.zstd-sys] version = "2.0.6+zstd.1.5.2" optional = true [dev-dependencies.cstr] version = "0.2.10" [dev-dependencies.version-sync] version = "0.9.4" [build-dependencies.bindgen] version = "0.66.1" [build-dependencies.cc] version = "1.0.79" [build-dependencies.dunce] version = "1.0.3" [features] default = ["zstd"] zlib-ng = ["libz-sys/zlib-ng"] zstd = ["zstd-sys"]