microscpi-doc 0.6.0

Documentation generation library for microscpi.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "microscpi-doc"
version = "0.6.0"
authors = ["Thomas Gatzweiler <mail@thomasgatzweiler.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Documentation generation library for microscpi."
homepage = "https://github.com/7h0ma5/microscpi"
readme = false
license = "MIT"
repository = "https://github.com/7h0ma5/microscpi"

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

[dependencies.microscpi-common]
version = "0.6.0"
features = ["serde"]

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2.0.77"
features = [
    "full",
    "visit",
]