# 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 = "inline-vbs" version = "0.4.0" authors = ["Tom Niget "] exclude = [".idea/*"] description = "Embed VBScript (and JScript, Ruby, Perl, ...) code inside Rust" homepage = "https://github.com/zdimension/inline-vbs" documentation = "https://docs.rs/inline-vbs" readme = "README.md" keywords = [ "inline", "rust", "vbscript", "wsh", "activescript", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zdimension/inline-vbs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [dependencies.cxx] version = "1.0.94" [dependencies.dep_doc] version = "0.1.1" [dependencies.enumn] version = "0.1.8" [dependencies.inline-vbs-macros] version = "0.4" [dependencies.variant-rs] version = "0.3.1" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.48.0" features = [ "Win32_System_Com", "Win32_System_Ole", "Win32_Foundation", ] [build-dependencies.cxx-build] version = "1.0"