# 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 = "process_tools" version = "0.7.0" authors = ["Kostiantyn Wandalen "] description = """ Collection of algorithms and structures to handle processes properly. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools" documentation = "https://docs.rs/process_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools" [package.metadata.docs.rs] all-features = false features = ["full"] [dependencies.duct] version = "0.13.7" [dependencies.error_tools] version = "~0.15.0" features = ["error_untyped"] default-features = false [dependencies.former] version = "~2.6.0" features = ["derive_former"] default-features = false [dependencies.iter_tools] version = "~0.19.0" default-features = false [dependencies.mod_interface] version = "~0.22.0" default-features = false [dependencies.proper_path_tools] version = "~0.8.0" default-features = false [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.test_tools] version = "~0.9.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 = ["default"] process_environment_is_cicd = [] [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"