# 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 = "2018" name = "browser-window-core" version = "0.2.1" authors = ["Danny de Jong"] publish = true description = "The non-user friendly inner functionality of crate browser-window, providing an cross-platform and browser engine independent interface." categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bamilab/browser-window/tree/master/core" [lib] name = "browser_window_core" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.browser-window-c] version = "0.0.11" [features] cef = ["browser-window-c/cef"] default = ["cef"] gtk = ["browser-window-c/gtk"]