# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "electron-sys" version = "0.4.0" authors = ["Darin Morrison "] description = "Raw bindings to the Electron API for projects using wasm-bindgen.\n" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/interfaces-rs/electron-sys" [profile.dev] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib", "rlib"] test = false doctest = false [dependencies.js-sys] version = "^0.3.33" [dependencies.node-sys] version = "^0.3.0" [dependencies.wasm-bindgen] version = "^0.2.56" features = ["strict-macro"] [dependencies.web-sys] version = "^0.3.33" features = ["Event"] [dependencies.wee_alloc] version = "^0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "=0.3.5" [features] default = ["wee_alloc"] [target."cfg(debug_assertions)".dependencies.console_error_panic_hook] version = "^0.1.6" [badges.maintenance] status = "experimental"