ailint-extractor 1.1.0

Logos-based comment extractor: pulls line and block comments from Rust, TypeScript, JavaScript, Python, Go, Java, and C# source files as virtual documents for ailint.
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 = "2021"
rust-version = "1.75"
name = "ailint-extractor"
version = "1.1.0"
authors = ["ailint contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Logos-based comment extractor: pulls line and block comments from Rust, TypeScript, JavaScript, Python, Go, Java, and C# source files as virtual documents for ailint."
homepage = "https://github.com/jamesmhall/ailint"
readme = "README.md"
keywords = [
    "ai",
    "lint",
    "cli",
    "agents",
    "prompt",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamesmhall/ailint"

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

[[test]]
name = "extract"
path = "tests/extract.rs"

[dependencies.logos]
version = "0.14"