# 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_key_rotation" version = "0.2.0" authors = ["Spencer C. Imbleau"] description = "Access and refresh token rotation for Bevy applications" readme = "README.md" keywords = ["gamedev"] license = "Apache-2.0 OR MIT" repository = "https://github.com/loopystudios/bevy_key_rotation" [dependencies.async-trait] version = "0.1.79" [dependencies.bevy] version = "0.14" features = ["bevy_state"] default-features = false [dependencies.bevy_async_task] version = "0.2.0" [dependencies.thiserror] version = "1.0.61" [dependencies.web-time] version = "1.1.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.getrandom] version = "0.2.15" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom] version = "0.2.15" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42"