# 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 = "fltk-webview" version = "0.4.3" authors = [ "MoAlyousef ", "Adia Robbie ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Webview for embedded fltk windows" documentation = "https://docs.rs/fltk-webview" readme = "README.md" keywords = [ "gui", "widgets", "bindings", "graphics", "webview", ] categories = ["gui"] license = "MIT" repository = "https://github.com/fltk-rs/fltk-webview" [lib] name = "fltk_webview" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "basic2" path = "examples/basic2.rs" [[example]] name = "bind" path = "examples/bind.rs" [[example]] name = "dispatch" path = "examples/dispatch.rs" [[example]] name = "eval" path = "examples/eval.rs" [[example]] name = "init" path = "examples/init.rs" [[example]] name = "markdown" path = "examples/markdown.rs" [[example]] name = "unicode" path = "examples/unicode.rs" [dependencies.fltk] version = "1.4" [dependencies.fltk-webview-sys] version = "0.3.3" [dev-dependencies.pulldown-cmark] version = "0.9" [dev-dependencies.tinyjson] version = "2"