# 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-com" version = "0.2.0" authors = ["daladim"] description = "Bindings over iTunes COM API" documentation = "https://docs.rs/itunes_com" readme = "README.md" keywords = [ "iTunes", "API", "COM", "windows", ] categories = [ "api-bindings", "database", "multimedia", ] license = "MIT" repository = "https://github.com/daladim/itunes-com" [package.metadata.docs.rs] features = [ "wrappers", "num_enum", ] default-target = "x86_64-pc-windows-msvc" targets = [] [[bench]] name = "com_clone" harness = false [dev-dependencies.criterion] version = "0.4" [features] num_enum = [ "num-derive", "num-traits", ] wrappers = [ "widestring", "paste", "num_enum", ] [target."cfg(windows)".dependencies.num-derive] version = "0.3" optional = true [target."cfg(windows)".dependencies.num-traits] version = "0.2" optional = true [target."cfg(windows)".dependencies.paste] version = "1.0" optional = true [target."cfg(windows)".dependencies.widestring] version = "1.0" optional = true [target."cfg(windows)".dependencies.windows] version = "0.44.0" features = [ "implement", "Win32_System_Com", "Win32_System_Ole", "Win32_Foundation", "Win32_Media_Multimedia", ]