synta 0.1.12

ASN.1 parser, decoder, and encoder library with DER/BER support and C FFI
Documentation
[book]
title = "Synta Documentation"
authors = ["Synta contributors"]
description = "Complete documentation for the synta ASN.1 library — Rust, C, and Python interfaces"
language = "en"
src = "."

[build]
build-dir = "book"
create-missing = false

[preprocessor.example-pages]
command = "python3 ../contrib/mdbook-example-pages.py"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://codeberg.org/abbra/synta"
edit-url-template = "https://codeberg.org/abbra/synta/src/branch/main/{path}"
additional-css = ["theme/synta.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]

[output.rustdoc]
command = "python3 ../../../contrib/mdbook-copy-api.py"