# 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.13.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] 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/move/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/move/willbe" [package.metadata.docs.rs] all-features = false features = ["full"] [dependencies.cargo_metadata] version = "~0.18.1" [dependencies.collection_tools] version = "~0.10.0" features = [ "collection_constructors", "collection_into_constructors", ] default-features = false [dependencies.colored] version = "2.1.0" [dependencies.convert_case] version = "0.6.0" [dependencies.crates_tools] version = "~0.11.0" [dependencies.data_type] version = "~0.8.0" features = ["either"] default-features = false [dependencies.derive_tools] version = "~0.25.0" features = [ "enabled", "derive_display", "derive_from_str", "derive_deref", "derive_from", "derive_as_ref", ] default-features = false [dependencies.duct] version = "0.13.7" [dependencies.error_tools] version = "~0.15.0" features = ["default"] default-features = false [dependencies.flate2] version = "~1.0" [dependencies.former] version = "~2.6.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.19.0" features = ["default"] default-features = false [dependencies.macro_tools] version = "~0.36.0" features = ["default"] default-features = false [dependencies.mod_interface] version = "~0.22.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.7.0" features = ["default"] default-features = false [dependencies.proper_path_tools] version = "~0.8.0" features = [ "default", "path_utf8", ] default-features = false [dependencies.ptree] version = "~0.4" [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.10.2" [dependencies.semver] version = "~1.0.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "~0.10" [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.19.0" features = ["default"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "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.9.0" [features] default = [ "enabled", "progress_bar", ] enabled = [ "crates_tools/enabled", "error_tools/enabled", "former/enabled", "iter_tools/enabled", "mod_interface/enabled", "wca/enabled", "proper_path_tools/enabled", "process_tools/enabled", "derive_tools/enabled", "data_type/enabled", "collection_tools/enabled", "macro_tools/enabled", ] full = ["default"] progress_bar = ["dep:indicatif"] tracing = [ "dep:tracing", "dep:tracing-subscriber", ] [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" missing_debug_implementations = "warn" missing_docs = "warn" rust_2018_idioms = "deny" unsafe-code = "warn"