# 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 = "curseforge_webview" version = "0.1.0" authors = ["comp500"] exclude = [ "about.hbs", "about.toml", "rustfmt.toml", ] description = "A webview using wry, used by other applications to display the CurseForge website" homepage = "https://packwiz.infra.link/" readme = "README.md" keywords = ["minecraft"] license = "MIT" repository = "https://github.com/packwiz/curseforge_webview" [profile.release] opt-level = "z" lto = true [dependencies.anyhow] version = "1.0" [dependencies.closure] version = "0.3.0" [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.open] version = "3.2" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" features = ["std"] default_features = false [dependencies.wry] version = "0.27.0" features = ["objc-exception"] default_features = false