syncpack 14.0.0

Consistent dependency versions in large JavaScript Monorepos
# 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 = "syncpack"
version = "14.0.0"
authors = ["Jamie Mason <jamie@foldleft.io>"]
build = false
include = ["src/**/*.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Consistent dependency versions in large JavaScript Monorepos"
homepage = "https://syncpack.dev"
readme = "README.md"
keywords = [
    "monorepo",
    "npm",
    "pnpm",
    "semver",
    "turborepo",
]
license = "MIT"
repository = "https://github.com/JamieMason/syncpack/tree/rust/main"

[features]
default = []

[[bin]]
name = "syncpack"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.5.58"
features = ["cargo"]

[dependencies.color-print]
version = "0.3.7"

[dependencies.colored]
version = "3.1.1"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.glob]
version = "0.3.3"

[dependencies.globset]
version = "0.4.18"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.node-semver]
version = "2.2.0"

[dependencies.regex]
version = "1.12.3"
features = ["std"]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dev-dependencies.ctor]
version = "0.6.3"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true