electron-hook 0.2.2

In-memory Electron mod loader.
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"
name = "electron-hook"
version = "0.2.2"
authors = ["Rie Takahashi <megumin@megu.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory Electron mod loader."
homepage = "https://github.com/meguminsama/electron-hook"
readme = "README.md"
keywords = [
    "modding",
    "electron",
    "discord",
    "hook",
    "detour",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "LGPL-3.0"
repository = "https://github.com/meguminsama/electron-hook"

[features]
asar = ["dep:asar"]
default = [
    "uuid",
    "asar",
]
uuid = ["dep:uuid"]

[lib]
name = "electron_hook"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.asar]
version = "0.3.0"
features = ["write"]
optional = true
default-features = false

[dependencies.ctor]
version = "0.4.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2.172"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2.167"

[target."cfg(unix)".dependencies.retour]
version = "0.4.0-alpha.4"
features = ["static-detour"]

[target."cfg(windows)".dependencies.detours-sys]
version = "0.1.0"
package = "electron-hook-detours-sys"

[target."cfg(windows)".dependencies.widestring]
version = "1.2.0"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "handleapi",
    "winuser",
]