# 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 = "cargo_will" version = "0.3.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] description = """ Utility to publish multi-crate and multi-workspace environments and maintain their consistency. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/alias/cargo-will" documentation = "https://docs.rs/cargo-will" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/alias/cargo-will" [package.metadata.docs.rs] all-features = false features = ["full"] [dependencies.willbe] version = "~0.8.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.cargo_metadata] version = "~0.14" [dev-dependencies.petgraph] version = "~0.6" [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.6.0" [features] default = ["enabled"] enabled = [] full = ["enabled"] use_alloc = [] [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" missing_debug_implementations = "warn" missing_docs = "warn" rust_2018_idioms = "deny" unsafe-code = "warn"