# 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" rust-version = "1.70.0" name = "crowser" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = 'Create "desktop apps" using user-installed browsers' homepage = "https://github.com/SpikeHD/Crowser" readme = "README.md" keywords = [ "browser", "desktop", "app", "webview", "crowser", ] categories = [ "gui", "web-programming", ] license = "MIT" repository = "https://github.com/SpikeHD/Crowser" [lib] name = "crowser" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[example]] name = "browsers" path = "examples/browsers.rs" [[example]] name = "commands" path = "examples/commands.rs" [[example]] name = "init" path = "examples/init.rs" [[example]] name = "javascript" path = "examples/javascript.rs" [[example]] name = "local" path = "examples/local.rs" [[example]] name = "manual" path = "examples/manual.rs" [[example]] name = "specify" path = "examples/specify.rs" [[example]] name = "window" path = "examples/window.rs" [dependencies.flume] version = "0.11.0" [dependencies.include_dir] version = "0.7.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.mime_guess] version = "2.0.5" [dependencies.minreq] version = "2.12.0" default-features = false [dependencies.serde] version = "1.0.206" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.shared_child] version = "1.0.1" [dependencies.signal-hook] version = "0.3.17" [dependencies.tiny_http] version = "0.12.0" [dependencies.tungstenite] version = "0.24.0" [target.'cfg(target_os = "linux")'.dependencies.which] version = "6.0.2"