sciter-rs 0.4.28

Rust bindings for Sciter - Embeddable HTML/CSS/script engine (cross-platform desktop GUI toolkit). Also capable with DirectX / OpenGL.
Documentation
# 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]
name = "sciter-rs"
version = "0.4.28"
authors = ["pravic <ehysta@gmail.com>"]
exclude = [".gitignore", "appveyor.yml"]
description = "Rust bindings for Sciter - Embeddable HTML/CSS/script engine (cross-platform desktop GUI toolkit). Also capable with DirectX / OpenGL."
documentation = "https://docs.rs/sciter-rs"
readme = "README.md"
keywords = ["gui", "gtk", "cocoa", "opengl", "skia"]
categories = ["gui", "web-programming", "rendering::graphics-api", "api-bindings"]
license = "MIT"
repository = "https://github.com/sciter-sdk/rust-sciter"

[lib]
name = "sciter"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "first"
path = "examples/first.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "download"
path = "examples/download.rs"

[[example]]
name = "dom"
path = "examples/dom.rs"

[[example]]
name = "fire_event"
path = "examples/fire_event.rs"

[[example]]
name = "interop"
path = "examples/interop.rs"

[[example]]
name = "threads"
path = "examples/threads.rs"
[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"
[target.x86_64-apple-darwin.dependencies.objc]
version = "0.2"

[target.x86_64-apple-darwin.dependencies.objc-foundation]
version = "0.1"
[badges.appveyor]
repository = "sciter-sdk/rust-sciter"