libaipm 0.19.4

Core library for AIPM — manifest parser, resolver, store, lockfile
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 = "libaipm"
version = "0.19.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for AIPM — manifest parser, resolver, store, lockfile"
readme = "README.md"
keywords = [
    "ai",
    "plugin",
    "package-manager",
    "mcp",
    "skills",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/thelarkinn/aipm"

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

[[test]]
name = "bdd"
path = "tests/bdd.rs"
harness = false

[dependencies.annotate-snippets]
version = "0.11"

[dependencies.anstyle]
version = "1"

[dependencies.anstyle-query]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.fs2]
version = "0.4"

[dependencies.git2]
version = "0.19"
features = ["https"]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.semver]
version = "1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.ureq]
version = "3"
default-features = true

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.cucumber]
version = "0.21"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.insta]
version = "1"

[target."cfg(windows)".dependencies.junction]
version = "1"

[lints.clippy]
allow_attributes = "warn"
cast_lossless = "warn"
cast_possible_truncation = "warn"
cast_precision_loss = "warn"
cast_sign_loss = "warn"
clone_on_ref_ptr = "warn"
create_dir = "warn"
dbg_macro = "deny"
default_trait_access = "warn"
doc_markdown = "warn"
exit = "deny"
expect_used = "deny"
indexing_slicing = "warn"
items_after_statements = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "deny"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
no_effect_underscore_binding = "warn"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
struct_excessive_bools = "warn"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"