bleur 0.0.6

That buddy that will get everything ready for you
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 = "2024"
name = "bleur"
version = "0.0.6"
authors = ["Sokhibjon Orzikulov <sakhib@orzklv.uz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "That buddy that will get everything ready for you"
homepage = "https://bleur.uz"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/bleur-org/bleur"

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

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

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "color",
    "std",
]

[dependencies.dircpy]
version = "0.3.20"

[dependencies.git2]
version = "0.20.4"

[dependencies.inquire]
version = "0.9.4"
features = ["editor"]

[dependencies.owo-colors]
version = "4.3.0"
features = ["supports-colors"]
default-features = false

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "stream",
    "blocking",
    "rustls",
]

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio-stream]
version = "0.1.17"
features = ["full"]

[dependencies.toml]
version = "0.9.8"

[dependencies.url]
version = "2.5.4"
features = ["serde"]
default-features = false

[dependencies.which]
version = "8.0.2"

[dependencies.zip]
version = "8.5.1"

[dev-dependencies]

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