vs-engine-webkit 0.1.10

Browser engine bindings for vibesurfer.
Documentation
# 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.85"
name = "vs-engine-webkit"
version = "0.1.10"
authors = ["Frane Bandov <frane.bandov@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser engine bindings for vibesurfer."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/frane/vibesurfer"

[features]
test-support = []

[lib]
name = "vs_engine_webkit"
path = "src/lib.rs"

[[example]]
name = "wk_smoke"
path = "examples/wk_smoke.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.vs-humanize]
version = "0.1.10"

[dependencies.vs-protocol]
version = "0.1.10"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "linux")'.dependencies.glib]
version = "0.22"

[target.'cfg(target_os = "linux")'.dependencies.webkit6]
version = "0.6"
features = ["v2_42"]

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
    "NSApplication",
    "NSResponder",
    "NSView",
    "NSWindow",
    "NSImage",
    "NSImageRep",
    "NSBitmapImageRep",
    "NSGraphics",
    "NSEvent",
    "NSScreen",
]

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSURL",
    "NSURLRequest",
    "NSString",
    "NSError",
    "NSDictionary",
    "NSValue",
    "NSArray",
    "NSData",
    "NSThread",
    "NSDate",
    "NSRunLoop",
    "NSHTTPCookie",
]

[target.'cfg(target_os = "macos")'.dependencies.objc2-web-kit]
version = "0.3"
features = [
    "WKWebView",
    "WKWebViewConfiguration",
    "WKNavigation",
    "WKNavigationDelegate",
    "WKUserContentController",
    "WKUserScript",
    "WKScriptMessage",
    "WKScriptMessageHandler",
    "WKContentWorld",
    "WKWebsiteDataStore",
    "WKHTTPCookieStore",
    "WKSnapshotConfiguration",
    "WKFrameInfo",
]

[target.'cfg(target_os = "windows")'.dependencies.webview2-com]
version = "0.39"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_System_Com",
    "Win32_System_Com_StructuredStorage",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Graphics_Gdi",
]

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"