[package]
edition = "2021"
name = "vil_engine"
version = "0.4.0"
authors = ["VIL Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VIL Core Engine - Unified Binary Wrapper (Closed Source Strategry)"
homepage = "https://vastar.id/products/vil"
documentation = "https://vastar.id/docs/vil"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/OceanOS-id/VIL"
[lib]
name = "vil_engine"
crate-type = [
"staticlib",
"rlib",
]
path = "src/lib.rs"
[dependencies.vil_obs]
version = "0.4"
[dependencies.vil_queue]
version = "0.4"
[dependencies.vil_registry]
version = "0.4"
[dependencies.vil_rt]
version = "0.4"
[dependencies.vil_shm]
version = "0.4"
[dependencies.vil_types]
version = "0.4"