# 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 = "plist_plus" version = "0.2.6" authors = ["Jackson Coxson"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and writing plists, compatible with libimobiledevice" homepage = "https://github.com/jkcoxson/plist_plus" documentation = "https://docs.rs/plist_plus" readme = "README.md" keywords = [ "plist", "plist_plus", "libimobiledevice", "libplist", "libplist_plus", ] license = "LGPL-2.1-or-later" repository = "https://github.com/jkcoxson/plist_plus" [lib] name = "plist_plus" path = "src/lib.rs" [dependencies.libc] version = "0.2.122" [dependencies.log] version = "0.4.*" [dependencies.rand] version = "0.8.5" [build-dependencies.autotools] version = "0.2.5" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0.73" [features] dynamic = [] pls-generate = [] static = [] vendored = ["static"]