# 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 = "aloxide" version = "0.0.8" authors = ["Nikolai Vazquez"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"] description = "A helper tool for Cargo build scripts (build.rs) for compiling and/or linking to\na given Ruby library version for use in Rust code.\n" homepage = "https://github.com/nvzqz/aloxide" documentation = "https://docs.rs/aloxide" readme = "README.md" keywords = ["build-dependencies", "ruby"] categories = ["development-tools::build-utils"] license = "MIT/Apache-2.0" repository = "https://github.com/nvzqz/aloxide" [package.metadata.docs.rs] all-features = true [dependencies.bzip2] version = "0.3" optional = true [dependencies.dirs] version = "1" optional = true [dependencies.memchr] version = "2" optional = true [dependencies.tar] version = "0.4" optional = true [dependencies.ureq] version = "0.9" features = ["tls"] optional = true default-features = false [features] archive = ["bzip2", "tar"] default = ["download", "memchr"] download = ["archive", "ureq", "dirs"] [target."cfg(target_os = \"windows\")".dependencies.cc] version = "1"