sap-scripting 0.4.1

A Rust interface to the SAP Scripting COM objects.
Documentation
[dependencies.com-shim]
version = "0.4.2"

[dependencies.tracing]
version = "0.1.41"

[dependencies.windows]
features = ["Win32_System_Com", "Win32_Foundation", "Win32_System_Ole", "Win32_System_Variant"]
version = "0.52.0"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"

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

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

[lib]
name = "sap_scripting"
path = "src/lib.rs"

[package]
authors = ["Lily Hopkins <lily@hpkns.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust interface to the SAP Scripting COM objects."
edition = "2024"
license = "MIT"
name = "sap-scripting"
readme = "README.md"
repository = "https://github.com/lilopkins/sap-scripting-rs"
version = "0.4.1"