codeinput 0.0.5

A powerful library for parsing, analyzing, and managing CODEOWNERS files. Provides advanced querying capabilities, ownership analysis, and tag-based file organization.
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"
name = "codeinput"
version = "0.0.5"
authors = ["Abid Omar <contact@omarabid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A powerful library for parsing, analyzing, and managing CODEOWNERS files.
Provides advanced querying capabilities, ownership analysis, and tag-based file organization.
"""
readme = "README.md"
keywords = [
    "codeowners",
    "git",
    "parsing",
    "analysis",
    "tooling",
]
license = "MIT"
repository = "https://github.com/code-input/cli"

[features]
default = ["full"]
full = [
    "rayon",
    "log",
    "rand",
    "ignore",
    "serde_json",
    "bincode",
    "git2",
    "sha2",
    "thiserror",
    "backtrace",
    "color-backtrace",
    "config",
    "lazy_static",
    "slog",
    "slog-scope",
    "slog-async",
    "slog-stdlog",
    "tabled",
    "terminal_size",
    "clap",
    "chrono",
    "utoipa",
    "url",
]
journald = ["slog-journald"]
nightly = []
syslog = ["slog-syslog"]
termlog = ["slog-term"]
types = []

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

[[bench]]
name = "owner_resolver_bench"
path = "src/benches/owner_resolver_bench.rs"
harness = false

[[bench]]
name = "parser_bench"
path = "src/benches/parser_bench.rs"
harness = false

[[bench]]
name = "resolver_bench"
path = "src/benches/resolver_bench.rs"
harness = false

[[bench]]
name = "tag_resolver_bench"
path = "src/benches/tag_resolver_bench.rs"
harness = false

[dependencies.backtrace]
version = "0.3.76"
optional = true

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]
optional = true

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]
optional = true

[dependencies.clap]
version = "4.5.60"
features = [
    "cargo",
    "derive",
]
optional = true

[dependencies.color-backtrace]
version = "0.7.2"
optional = true

[dependencies.config]
version = "0.15.19"
optional = true

[dependencies.git2]
version = "0.20.4"
optional = true
default-features = false

[dependencies.ignore]
version = "0.4.25"
optional = true

[dependencies.lazy_static]
version = "1.5.0"
optional = true

[dependencies.log]
version = "0.4.29"
optional = true

[dependencies.rand]
version = "0.10.0"
optional = true
default-features = false

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

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

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

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.slog]
version = "2.8.2"
optional = true

[dependencies.slog-async]
version = "2.8.0"
optional = true

[dependencies.slog-scope]
version = "4.4.1"
optional = true

[dependencies.slog-stdlog]
version = "4.1.1"
optional = true

[dependencies.slog-syslog]
version = "0.13.0"
optional = true

[dependencies.slog-term]
version = "2.9.2"
optional = true

[dependencies.tabled]
version = "0.20.0"
optional = true

[dependencies.terminal_size]
version = "0.4.3"
optional = true

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

[dependencies.tokio]
version = "1.49.0"
features = ["full"]
optional = true

[dependencies.tower-lsp]
version = "0.20"
optional = true

[dependencies.url]
version = "2.5.8"
optional = true

[dependencies.utoipa]
version = "5.4.0"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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

[target.'cfg(target_os = "linux")'.dependencies.slog-journald]
version = "2.2.0"
optional = true