restorekit-sys 0.4.1

Static FFI bindings to the idevicerestore C stack (self-contained build)
Documentation
# 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 = "restorekit-sys"
version = "0.4.1"
authors = ["Frank Chiarulli Jr. <frank@frankchiarulli.com>"]
build = "build.rs"
links = "idevicerestore"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static FFI bindings to the idevicerestore C stack (self-contained build)"
homepage = "https://github.com/fcjr/restorekit"
readme = false
keywords = [
    "idevicerestore",
    "libimobiledevice",
    "dfu",
    "ffi",
    "apple",
]
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/fcjr/restorekit"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[lib]
name = "restorekit_sys"
path = "src/lib.rs"

[dependencies.curl-sys]
version = "0.4"
features = [
    "static-curl",
    "ssl",
]
default-features = false

[dependencies.libz-sys]
version = "1"
features = ["static"]
default-features = false

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]

[build-dependencies.cc]
version = "1"

[build-dependencies.cmake]
version = "0.1"