# 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" rust-version = "1.82" name = "revy" version = "0.20.0" authors = ["rerun.io "] build = false include = [ "LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Proof-of-concept time-travel debugger for Bevy, built with Rerun." homepage = "https://rerun.io" readme = "README.md" keywords = [ "rerun", "bevy", "debugger", "time-travel", "gamedev", ] categories = [ "game-development", "development-tools", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/revy" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [lib] name = "revy" path = "src/lib.rs" [[example]] name = "3d_shapes" path = "examples/3d_shapes.rs" [[example]] name = "alien_cake_addict" path = "examples/alien_cake_addict.rs" [[example]] name = "breakout" path = "examples/breakout.rs" [dependencies.bevy] version = "0.15" [dependencies.itertools] version = "0.13" [dependencies.rerun] version = "0.20" features = [ "sdk", "image", "glam", ] default-features = false [dependencies.ron] version = "0.8" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3"