[package] authors = ["Kevin Del Castillo "] categories = ["external-ffi-bindings", "filesystem"] description = "Low-level bindings to libmtp C library" edition = "2018" keywords = ["mtp", "android", "player"] license = "MIT" name = "libmtp-sys" repository = "https://github.com/quebin31/libmtp-rs" version = "1.1.17-5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.77" [build-dependencies] pkg-config = "0.3.18"