chaste 0.6.0

Parser for npmjs lockfiles
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 = "chaste"
version = "0.6.0"
authors = ["The Chaste Authors"]
build = false
exclude = [
    "/test_workspaces",
    "/tests",
    "tests.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for npmjs lockfiles"
readme = "README.md"
keywords = [
    "lockfile",
    "npm",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "Apache-2.0 OR BSD-2-Clause"
repository = "https://codeberg.org/selfisekai/chaste"

[features]
bun = ["dep:chaste-bun"]
default = [
    "bun",
    "npm",
    "pnpm",
    "yarn",
]
npm = ["dep:chaste-npm"]
pnpm = ["dep:chaste-pnpm"]
yarn = [
    "yarn-berry",
    "yarn-classic",
]
yarn-berry = [
    "dep:chaste-yarn",
    "chaste-yarn/berry",
]
yarn-classic = [
    "dep:chaste-yarn",
    "chaste-yarn/classic",
]

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

[dependencies.chaste-bun]
version = "=0.6.0"
optional = true
default-features = false

[dependencies.chaste-npm]
version = "=0.6.0"
optional = true
default-features = false

[dependencies.chaste-pnpm]
version = "=0.6.0"
optional = true
default-features = false

[dependencies.chaste-types]
version = "=0.6.0"
default-features = false

[dependencies.chaste-yarn]
version = "=0.6.0"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"