# 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_auto_update" version = "0.0.2" description = "Add automatic updating to your Bevy game" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/PortalCloudInc/bevy_auto_update" [dependencies.bevy] version = "0.9" features = [] default-features = false [dependencies.restson] version = "1.3.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"]