[package] name = "libplist" version = "0.1.0" authors = ["Yang Hongbo "] description = "rust wrapper for libplist from libimobiledeivce" homepage = "https://github.com/iotpi/libimobiledevice-rs" repository = "https://github.com/iotpi/libimobiledevice-rs.git" license = "GPL-3.0" edition = "2018" [dependencies] libc = "0.2.67" chrono = "0.4.11" [build-dependencies] bindgen = "0.53.2" pkg-config = "0.3.17"