# 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-autoplay" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Automated integration testing based on recorded play-testing sessions" readme = "README.md" keywords = [ "integration-testing", "game-development", "playtesting", "bevy", "bevy-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tobyselway/bevy-autoplay/" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_autoplay" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.bevy] version = "0.13.2" features = ["serialize"] [dependencies.chrono] version = "0.4.38" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.203"