vb6core 0.2.0

Shared type system and error model for the VB6 compiler and interpreter
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 = "2021"
name = "vb6core"
version = "0.2.0"
authors = ["Arthur <scriptandcompile@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared type system and error model for the VB6 compiler and interpreter"
readme = "README.md"
keywords = [
    "vb6",
    "visual-basic",
    "compiler",
    "types",
    "runtime",
]
categories = [
    "development-tools",
    "compilers",
]
license = "MIT"
repository = "https://github.com/scriptandcompile/vb6"

[features]
default = []
llvm = ["inkwell"]

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

[dependencies.inkwell]
version = "0.10"
features = ["llvm16-0"]
optional = true
default-features = false

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

[lints.cargo]
unused_dependencies = "allow"