[dependencies.duct]
version = "0.13.7"
[dependencies.error_tools]
default-features = false
features = ["error_for_app"]
version = "~0.11.0"
[dependencies.former]
default-features = false
features = ["derive_former"]
version = "~0.13.0"
[dependencies.iter_tools]
default-features = false
version = "~0.13.0"
[dependencies.mod_interface]
default-features = false
version = "~0.16.0"
[dependencies.proper_path_tools]
default-features = false
version = "~0.3.0"
[dev-dependencies.assert_fs]
version = "1.1.1"
[dev-dependencies.test_tools]
version = "~0.7.0"
[features]
default = ["enabled", "process_environment_is_cicd"]
enabled = ["mod_interface/enabled", "former/enabled", "proper_path_tools/enabled", "error_tools/enabled", "iter_tools/enabled"]
full = ["enabled", "process_environment_is_cicd"]
no_std = []
process_environment_is_cicd = []
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"
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Collection of algorithms and structures to handle processes properly.\n"
documentation = "https://docs.rs/process_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "process_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]