# 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 = "mist" version = "1.19.0" authors = ["peri "] description = "minimal, improved speedrun timer" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/periwinkle/mist" [dependencies.anyhow] version = "1.0" [dependencies.libloading] version = "0.8" optional = true [dependencies.mist-core] version = "2.0.1" [dependencies.mist-pdk] version = "1.1.0" optional = true default-features = false [dependencies.sdl2] version = "0.35" features = [ "ttf", "unsafe_textures", ] default-features = false [features] bg = [ "sdl2/gfx", "sdl2/image", "mist-core/bg", ] default = [ "bg", "icon", "instant", "plugins", ] icon = ["sdl2/image"] instant = ["mist-core/instant"] plugins = [ "dep:libloading", "dep:mist-pdk", ] portable = ["mist-core/portable"]