weaveconfig 0.3.0

A unified configuration tool for monorepos
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 = "weaveconfig"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unified configuration tool for monorepos"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/JeremyMoeglich/Weaveconfig"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = "fat"

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

[[bin]]
name = "weaveconfig"
path = "src/bin/weaveconfig.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.biome_formatter]
version = "0.5.7"

[dependencies.biome_js_formatter]
version = "0.5.7"

[dependencies.biome_js_parser]
version = "0.5.7"

[dependencies.biome_js_syntax]
version = "0.5.7"

[dependencies.clap]
version = "4.5.18"
features = [
    "cargo",
    "derive",
]

[dependencies.fjson]
version = "0.3.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.regex]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.thiserror]
version = "1.0.64"

[dependencies.tokio]
version = "1.40.0"
features = ["full"]

[target.'cfg(target_os = "linux")'.dependencies.jemallocator]
version = "0.5.4"