# 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_etcetera" version = "0.1.0" authors = ["doomy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny Bevy wrapper for etcetera: An unopinionated library for obtaining configuration, data, cache, & other directories" homepage = "https://github.com/piedoom/bevy_etcetera" documentation = "https://docs.rs/bevy_etcetera" readme = "README.md" keywords = [ "bevy", "directory", "path", "files", ] categories = [ "config", "filesystem", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/piedoom/bevy_etcetera" [lib] name = "bevy_etcetera" path = "src/lib.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.etcetera] version = "0.8.0"