# 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" rust-version = "1.77" name = "rsciter" version = "0.0.11" authors = ["Vit "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Rust bindings for Sciter" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vsrs/rsciter" [lib] name = "rsciter" path = "src/lib.rs" doctest = false [[example]] name = "archive" path = "examples/archive.rs" [[example]] name = "asset_ns" path = "examples/asset_ns.rs" [[example]] name = "custom_host" path = "examples/custom_host.rs" [[example]] name = "custom_host_notification" path = "examples/custom_host_notification.rs" [[example]] name = "debug_output" path = "examples/debug_output.rs" [[example]] name = "global_asset" path = "examples/global_asset.rs" [[example]] name = "global_asset_low_level" path = "examples/global_asset_low_level.rs" [[example]] name = "win_delegate" path = "examples/win_delegate.rs" [[example]] name = "win_delegate_closure" path = "examples/win_delegate_closure.rs" [[example]] name = "window_event_handler" path = "examples/window_event_handler.rs" [[example]] name = "window_functions" path = "examples/window_functions.rs" [[example]] name = "window_stateful_api" path = "examples/window_stateful_api.rs" [[test]] name = "arch" path = "tests/arch.rs" [dependencies.cfg-if] version = "1" [dependencies.libloading] version = "0.8" [dependencies.paste] version = "1" [dependencies.rsciter_macro] version = "0.0.11" [dependencies.thiserror] version = "1.0" [build-dependencies.bindgen] version = "0.70" optional = true [features] codegen = ["bindgen"] default = [] extension = [] static = ["link_args"] windowless = [] [target."cfg(windows)".dependencies.link_args] version = "0.6" optional = true [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ]