# 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 = "justshell" version = "0.3.0" authors = ["Charles Dong "] description = "Simple webapp wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/chardoncs/justshell.git" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.gtk] version = "0.8" features = ["v4_12"] package = "gtk4" [dependencies.url] version = "2.5" [dependencies.webkitgtk] version = "0.3" features = ["v2_44"] package = "webkit6" [build-dependencies.glib-build-tools] version = "0.19"