# 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 = "practicalrunner" version = "0.1.2" authors = ["409"] description = "A practical application runner" homepage = "https://github.com/4-0-9/practical-runner" readme = "README.md" license = "MIT" repository = "https://github.com/4-0-9/practical-runner" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.fontconfig] version = "0.8.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.home] version = "0.5.9" [dependencies.sdl2] version = "0.36.0" features = ["ttf"]