[package]
edition = "2024"
name = "sim-lib-view-doc"
version = "0.1.2"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markup article workspace lens for SIM Web."
homepage = "https://github.com/sim-nest/sim-web"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-web"
[lib]
name = "sim_lib_view_doc"
path = "src/lib.rs"
[dependencies.sim-citizen]
version = "0.1.0"
[dependencies.sim-citizen-derive]
version = "0.1.0"
[dependencies.sim-codec-doc]
version = "0.1.1"
[dependencies.sim-cookbook]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-intent]
version = "0.1.0"
[dependencies.sim-lib-scene]
version = "0.1.0"
[dependencies.sim-lib-view]
version = "0.1.0"
[dependencies.sim-value]
version = "0.1.0"
[dev-dependencies.sim-codec-json]
version = "0.1.0"
[dev-dependencies.sim-codec-lisp]
version = "0.1.0"
[dev-dependencies.sim-test-support]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"