# 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 = "bevy_capture" version = "0.1.1" authors = ["Jannik Obermann "] description = "A Bevy plugin for capturing frames from a Bevy application." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jannik4/bevy_capture" [package.metadata.docs.rs] all-features = true [[example]] name = "simple" required-features = [ "gif", "mp4_openh264", "mp4_ffmpeg_cli", ] [dependencies.bevy] version = "0.14.1" features = [ "bevy_render", "bevy_core_pipeline", "bevy_asset", ] default-features = false [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.image] version = "0.25.2" default-features = false [dependencies.mp4] version = "0.14.0" optional = true [dependencies.openh264] version = "0.6.2" optional = true [dependencies.tempdir] version = "0.3.7" optional = true [dev-dependencies.bevy] version = "0.14.1" [features] default = [] gif = ["image/gif"] mp4_ffmpeg_cli = ["dep:tempdir"] mp4_openh264 = [ "dep:mp4", "dep:openh264", ]