libmtp-sys 1.1.17-5

Low-level bindings to libmtp C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Kevin Del Castillo <quebin31@gmail.com>"]
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"