ocomment-core 0.1.0

Byte-oriented comment scanning and transformation engine
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-core"
version = "0.1.0"
build = false
include = [
    "src/**",
    "examples/**",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Byte-oriented comment scanning and transformation engine"
homepage = "https://github.com/P4suta/OComment"
documentation = "https://docs.rs/ocomment-core"
readme = "README.md"
keywords = [
    "comments",
    "lexer",
    "source-code",
    "scanner",
]
categories = [
    "development-tools",
    "parser-implementations",
]
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_core"
path = "src/lib.rs"

[[example]]
name = "external_spans"
path = "examples/external_spans.rs"

[[example]]
name = "incremental"
path = "examples/incremental.rs"

[[example]]
name = "profile"
path = "examples/profile.rs"

[[example]]
name = "ref_driver"
path = "examples/ref_driver.rs"

[[example]]
name = "strip"
path = "examples/strip.rs"

[[example]]
name = "throughput"
path = "examples/throughput.rs"

[dependencies.memchr]
version = "2.8.0"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml]
version = "1.1.4"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.proptest]
version = "1.11.0"

[lints.rust]
missing_docs = "warn"