# 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 = "winmtp" version = "0.3.1" authors = ["daladim"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings over Windows MTP API" documentation = "https://docs.rs/winmtp" readme = "README.md" keywords = [ "MTP", "API", "windows", "android", "file", ] categories = [ "api-bindings", "multimedia", "filesystem", "hardware-support", ] license = "MIT" repository = "https://github.com/daladim/winmtp" [lib] name = "winmtp" path = "src/lib.rs" [[example]] name = "list-devices" path = "examples/list-devices.rs" [[test]] name = "file_access" path = "tests/file_access.rs" [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "1.0" [dependencies.windows] version = "0.52" features = [ "Win32_System_Com", "Win32_Devices_PortableDevices", "Win32_UI_Shell_PropertiesSystem", "Win32_Storage_FileSystem", "Win32_System_Com_StructuredStorage", "Win32_System_Variant", "Win32_Foundation", ]