# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "librarian" version = "0.2.3" authors = ["pavlukivan "] description = "A crate for downloading and linking to non-rust libraries from app build scripts" readme = "README.md" keywords = [] categories = ["development-tools::build-utils", "development-tools::ffi"] license = "0BSD OR MIT OR Apache-2.0" repository = "https://github.com/pavlukivan/librarian/" [dependencies.bytes] version = "^0.5" optional = true [dependencies.flate2] version = "1.0.18" optional = true [dependencies.positioned-io] version = "0.2.2" optional = true [dependencies.rc-zip] version = "0.0.1" optional = true [dependencies.reqwest] version = "0.10.8" features = ["blocking"] optional = true [dependencies.tar] version = "0.4.30" optional = true [dependencies.url] version = "2.1.1" optional = true [features] default = ["download"] download = ["web", "zip", "tgz"] tgz = ["tar", "flate2"] web = ["bytes", "reqwest", "url"] zip = ["rc-zip", "positioned-io"]