# 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 = "playerone-sdk" version = "0.2.0" description = "PlayerOne SDK bindings" readme = "README.md" license = "MIT" repository = "https://github.com/Uriopass/playerone-sdk-rs" [[example]] name = "single_frame" [[example]] name = "stream" [[example]] name = "fps" [dependencies.playerone-sdk-sys] version = "0.1.0" [dev-dependencies.image] version = "0.25.5" features = ["png"] default-features = false [dev-dependencies.pollster] version = "0.4.0" [dev-dependencies.wgpu] version = "23.0.1" [dev-dependencies.winit] version = "0.30.5"