[[test]]
name = "tests"
path = "tests/main.rs"
[dependencies.proc-macro2]
version = "1.0.36"
[dependencies.quote]
version = "1.0.15"
[dependencies.syn]
features = ["full"]
version = "1.0.86"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.55"
[lib]
proc-macro = true
[package]
authors = ["Vurv78<vurvdevelops@gmail.com>"]
categories = ["api-bindings", "external-ffi-bindings", "development-tools::ffi", "accessibility"]
description = "Interop with C++ MSVC VTables through Rust! If this hasn't been used for a while, you can message me for the name."
edition = "2021"
keywords = ["vtable", "cpp", "virtual", "viable"]
license = "MIT"
name = "viable-impl"
readme = "../README.md"
repository = "https://github.com/Vurv78/viable"
version = "0.2.0"