# 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.56" name = "epi" version = "0.17.0" authors = ["Emil Ernerfeldt "] include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"] description = "Backend-agnostic interface for writing apps using egui" homepage = "https://github.com/emilk/egui/tree/master/epi" readme = "README.md" keywords = ["egui", "gui", "gamedev"] categories = ["gui", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/emilk/egui/tree/master/epi" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] [dependencies.directories-next] version = "2" optional = true [dependencies.egui] version = "0.17.0" features = ["single_threaded"] default-features = false [dependencies.ron] version = "0.7" optional = true [dependencies.serde] version = "1" optional = true [dependencies.tracing] version = "0.1" [features] default = [] file_storage = ["directories-next", "ron", "serde"] persistence = ["ron", "serde", "egui/persistence"]