# 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 = "ramp64-convert-gui" version = "1.1.1" authors = ["Daniel Rehren "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "A simple GUI for ra_mp64_srm_convert" homepage = "https://github.com/drehren/ramp64-convert-gui" readme = "README.md" keywords = [ "gui", "util", "retroarch", "save", ] license = "MIT" repository = "https://github.com/drehren/ramp64-convert-gui" resolver = "2" [profile.dev.package."*"] opt-level = 2 [dependencies.eframe] version = "0.23" features = [ "default_fonts", "glow", ] default-features = false [dependencies.egui] version = "0.23" [dependencies.open] version = "5.0" [dependencies.paste] version = "1.0.12" [dependencies.ramp64-srm-convert-lib] version = "0.5" [target."cfg(not(target_env = \"musl\"))".dependencies.rfd] version = "0.12" features = ["gtk3"] default-features = false [target."cfg(target_env = \"musl\")".dependencies.rfd] version = "0.12" features = ["xdg-portal"] default-features = false