addin1c 0.6.0

Helper for creating 1C:Enterpirse 8 add-ins with Native API technology
Documentation
[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.smallvec]
version = "1.13"

[dependencies.utf16_lit]
version = "2.0"

[features]
chrono = ["dep:chrono"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Helper for creating 1C:Enterpirse 8 add-ins with Native API technology"
edition = "2021"
homepage = "https://github.com/medigor/addin1c"
keywords = ["1c-enterprise", "native-api", "addin"]
license = "MIT"
name = "addin1c"
readme = "README.md"
repository = "https://github.com/medigor/addin1c"
version = "0.6.0"