sigmd 0.1.0

Windows API signature metadata
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"
rust-version = "1.95.0"
name = "sigmd"
version = "0.1.0"
authors = ["Petr Benes <w.benny@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows API signature metadata"
homepage = "https://github.com/vmi-rs/sigmd"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vmi-rs/sigmd"

[package.metadata.docs.rs]
no-default-features = true
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
    "--cfg",
    "docsrs",
]

[features]
cli = [
    "serde",
    "annotate-snippets",
    "anyhow",
    "clang-sys",
    "clap",
    "config",
    "glob",
    "indicatif",
    "rayon",
    "serde_json",
    "thiserror",
    "tracing",
    "tracing-subscriber",
    "winnow",
]
default = ["cli"]
serde = [
    "dep:serde",
    "bitflags/serde",
    "uuid/serde",
    "serde/derive",
]

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

[[bin]]
name = "sigmd"
path = "src/main.rs"

[dependencies.annotate-snippets]
version = "0.12"
optional = true

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.bitflags]
version = "2"

[dependencies.bon]
version = "3"

[dependencies.clang-sys]
version = "1.8"
features = [
    "runtime",
    "clang_18_0",
]
optional = true

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.config]
version = "0.15"
features = ["yaml"]
optional = true

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.indicatif]
version = "0.18"
optional = true

[dependencies.rayon]
version = "1"
optional = true

[dependencies.rkyv]
version = "0.8"
features = [
    "bytecheck",
    "uuid-1",
]

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true

[dependencies.uuid]
version = "1"

[dependencies.winnow]
version = "1"
optional = true

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
missing_docs = "warn"