# 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 = "rusty_libimobiledevice" version = "0.2.2" authors = ["Jackson Coxson"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic library to communicate with iOS devices" homepage = "https://github.com/jkcoxson/rusty_libimobiledevice" documentation = "https://docs.rs/rusty_libimobiledevice" readme = "README.md" keywords = [ "libimobiledevice", "ios", "lockdown", "developer-tools", ] license = "LGPL-2.1-or-later" repository = "https://github.com/jkcoxson/rusty_libimobiledevice" [lib] name = "rusty_libimobiledevice" path = "src/lib.rs" [dependencies.libc] version = "0.2.14" [dependencies.log] version = "0.4.15" [dependencies.openssl] version = "0.10.38" optional = true [dependencies.plist_plus] version = "0.2.*" [build-dependencies.autotools] version = "0.2.5" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0.73" [build-dependencies.cmake] version = "0.1.48" [features] default = ["openssl"] dynamic = ["plist_plus/dynamic"] pls-generate = [] static = ["plist_plus/static"] vendored = [ "plist_plus/vendored", "openssl/vendored", ]