# 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-injector" version = "1.0.2" authors = ["Punnawut Khowkittipaiboon "] autotests = false description = """ electron-injector is an open source command-line tool written in Rust that enables you to inject JavaScript code into Electron apps at runtime. It is inspired by the Python project electron-inject and offers similar functionality. """ documentation = "https://github.com/itsKaynine/electron-injector" readme = "README.md" keywords = [ "electron", "js", "inject", "debug", ] categories = [ "command-line-utilities", "debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/itsKaynine/electron-injector" [package.metadata.release] tag-name = "v{{version}}" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.portpicker] version = "0.1.1" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.rust-embed] version = "6.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tungstenite] version = "0.18.0" [dependencies.url] version = "2.3"