vb6runtime 0.2.0

VB6 runtime library - value system, type conversions, and standard library implementations
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 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 = "2024"
name = "vb6runtime"
version = "0.2.0"
authors = ["Arthur <scriptandcompile@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VB6 runtime library - value system, type conversions, and standard library implementations"
readme = "README.md"
keywords = [
    "vb6",
    "visual-basic",
    "runtime",
    "stdlib",
]
categories = [
    "development-tools",
    "compilers",
]
license = "MIT"
repository = "https://github.com/scriptandcompile/vb6"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
com-interop = []
default = []

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.encoding_rs]
version = "0.8.41"

[dependencies.jiff]
version = "0.2.35"
features = ["js"]

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.10.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.vb6core]
version = "0.2.0"

[dependencies.vb6parse]
version = "1.2.3"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.tempfile]
version = "3.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.4.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.127"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_System_Time",
    "Win32_System_Registry",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_Foundation",
]

[lints.cargo]
unused_dependencies = "allow"