willbe 0.33.0

Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
# 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 = "willbe"
version = "0.33.0"
authors = [
    "Kostiantyn Wandalen <wandalen@obox.systems>",
    "Dmytro Kryvoruchko <dmytro.kr@obox.systems>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "will"
description = """
Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
"""
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/willbe"
documentation = "https://docs.rs/willbe"
readme = "readme.md"
keywords = [
    "fundamental",
    "general-purpose",
]
categories = [
    "algorithms",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/willbe"

[package.metadata.docs.rs]
features = ["full"]
all-features = false

[features]
default = [
    "enabled",
    "progress_bar",
]
enabled = [
    "crates_tools/enabled",
    "error_tools/enabled",
    "former/enabled",
    "iter_tools/enabled",
    "mod_interface/enabled",
    "wca/enabled",
    "pth/enabled",
    "process_tools/enabled",
    "data_type/enabled",
    "collection_tools/enabled",
    "macro_tools/enabled",
]
full = [
    "enabled",
    "progress_bar",
]
progress_bar = ["dep:indicatif"]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

[[bin]]
name = "cargo-will"
path = "src/bin/cargo-will.rs"

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

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

[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.assert_fs]
version = "1.1.3"

[dependencies.camino]
version = "1.1.7"

[dependencies.cargo_metadata]
version = "~0.18.1"

[dependencies.collection_tools]
version = "~0.36.0"
features = [
    "collection_constructors",
    "collection_into_constructors",
]
default-features = false

[dependencies.colored]
version = "2.1.0"

[dependencies.component_model]
version = "~0.15.0"
features = ["default"]
default-features = false

[dependencies.convert_case]
version = "0.6.0"

[dependencies.crates_tools]
version = "~0.23.0"

[dependencies.data_type]
version = "~0.23.0"
features = ["either"]
default-features = false

[dependencies.derive_tools]
version = "~0.61.0"
features = ["default"]
default-features = false

[dependencies.duct]
version = "0.13.7"

[dependencies.error_tools]
version = "~0.37.0"
features = [
    "default",
    "error_typed",
    "error_untyped",
]
default-features = false

[dependencies.flate2]
version = "~1.0"

[dependencies.former]
version = "~2.42.0"
features = ["default"]
default-features = false

[dependencies.genfile_core]
version = "~0.9.0"
features = ["default"]
default-features = false

[dependencies.globwalk]
version = "~0.8"

[dependencies.handlebars]
version = "4.5.0"

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.iter_tools]
version = "~0.46.0"
features = ["default"]
default-features = false

[dependencies.macro_tools]
version = "~0.81.0"
features = ["default"]
default-features = false

[dependencies.mod_interface]
version = "~0.58.0"
features = ["default"]
default-features = false

[dependencies.parse-display]
version = "0.9"

[dependencies.petgraph]
version = "~0.6"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.process_tools]
version = "~0.29.0"
features = ["default"]
default-features = false

[dependencies.pth]
version = "~0.35.0"
features = [
    "default",
    "path_utf8",
    "path_unique_folder_name",
]
default-features = false

[dependencies.rayon]
version = "1.8.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.rustdoc-md]
version = "0.1.0"

[dependencies.semver]
version = "~1.0.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "~2.4"

[dependencies.tar]
version = "~0.4"

[dependencies.toml_edit]
version = "~0.14"

[dependencies.tracing]
version = "0.1"
features = ["log-always"]
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dependencies.ureq]
version = "~2.9"

[dependencies.walkdir]
version = "2.3"

[dependencies.wca]
version = "~0.44.0"
features = ["default"]

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

[dev-dependencies.assert_fs]
version = "1.0"

[dev-dependencies.predicates]
version = "3.1.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0.114"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.test_tools]
version = "~0.16.0"
features = ["full"]

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cast_precision_loss = "allow"
doc_include_without_cfg = "warn"
implicit_return = "allow"
inline_always = "allow"
items_after_statements = "allow"
large_enum_variant = "allow"
missing_docs_in_private_items = "allow"
missing_inline_in_public_items = "allow"
mod_module_files = "allow"
module_name_repetitions = "allow"
pub_use = "allow"
question_mark_used = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "warn"
struct_excessive_bools = "allow"
undocumented_unsafe_blocks = "deny"
wildcard_imports = "allow"

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("diagnostics_runtime_assertions", "diagnostics_compiletime_assertions", "diagnostics_memory_layout"))']