electron-hardener 0.2.2

Utility to remove features from Electron that modify runtime behavior
Documentation
[[bin]]
name = "electron-hardener"
path = "src/bin/main.rs"

[dependencies.regex]
default-features = false
features = ["std", "perf"]
version = "1"

[dev-dependencies.enum-iterator]
version = "0.6"

[package]
authors = ["ComplexSpaces <complexspacescode@gmail.com>", "1Password"]
description = "Utility to remove features from Electron that modify runtime behavior"
edition = "2018"
keywords = ["electron", "security", "hardening"]
license = "MIT OR Apache-2.0"
name = "electron-hardener"
repository = "https://github.com/1Password/electron-hardener"
version = "0.2.2"