# 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 = "itunes-rs" version = "0.1.0" description = "library to allow communicating with iTunes on windows" license = "MIT" repository = "https://github.com/DDRBoxman/itunes-rs" [dependencies.anyhow] version = "1.0" [dependencies.windows] version = "0.43.0" features = [ "interface", "implement", "Win32_System_Com", "Win32_System_Ole", "Win32_Foundation", ]