# 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 = "win-gsmtc" version = "0.1.0" description = "A wrapper around the Windows.Media.Control namespace (GlobalSystemMediaTransportControls - GSMTC)" readme = "README.md" keywords = [ "windows", "winrt", "gsmtc", "media", ] categories = [ "os::windows-apis", "multimedia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nerixyz/current-song2" [lib] name = "gsmtc" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tap] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "sync", "macros", "rt", ] [dependencies.tracing] version = "0.1" [dependencies.windows] version = "0.48" features = [ "Media_Control", "Foundation", "Foundation_Collections", "Storage_Streams", "Win32_Foundation", ] [dev-dependencies.tokio] version = "1.28" features = [ "sync", "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = []