# 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 = "alpkit" version = "0.1.0-pre.2" authors = ["Jakub Jirutka "] description = "A library for reading metadata from the APKv2 package format and APKBUILD." readme = "README.md" keywords = [ "alpine", "alpine-linux", "apk", "apk-tools", ] license = "MIT" repository = "https://github.com/jirutka/alpkit" resolver = "1" [package.metadata.docs.rs] features = [ "base64", "shell-timeout", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.13" optional = true [dependencies.bitmask-enum] version = "2.1" [dependencies.cfg-iif] version = "0.2" [dependencies.field_names] version = "0.2" [dependencies.flate2] version = "1.0" default-features = false [dependencies.process_control] version = "4.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tar] version = "0.4" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] base64 = ["dep:base64"] default = ["flate2-rust"] flate2-rust = ["flate2/rust_backend"] flate2-zlib = ["flate2/zlib"] flate2-zlib-ng = ["flate2/zlib-ng"] shell-timeout = ["dep:process_control"]