ocomment-plugin-sdk 0.1.0

Guest and host-side types for OComment scanner plugins
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.88"
name = "ocomment-plugin-sdk"
version = "0.1.0"
build = false
include = [
    "src/**",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Guest and host-side types for OComment scanner plugins"
homepage = "https://github.com/P4suta/OComment"
documentation = "https://docs.rs/ocomment-plugin-sdk"
readme = "README.md"
keywords = [
    "comments",
    "plugin",
    "wasm",
    "component-model",
]
categories = [
    "development-tools",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/P4suta/OComment"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

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

[dependencies.ocomment-core]
version = "0.1.0"

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

[dependencies.thiserror]
version = "2.0.20"

[lints.rust]
missing_docs = "warn"