# 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 = "werror" version = "0.4.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] description = """ Basic exceptions handling mechanism. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/alias/werror" documentation = "https://docs.rs/werror" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/alias/werror" [package.metadata.docs.rs] all-features = false features = ["full"] [dependencies.error_tools] version = "~0.4.0" default-features = false [dev-dependencies.test_tools] version = "~0.5.0" [features] default = [ "enabled", "error_for_lib", "error_for_app", ] enabled = ["error_tools/enabled"] error_for_app = ["error_tools/error_for_app"] error_for_lib = ["error_tools/error_for_lib"] full = [ "enabled", "error_for_lib", "error_for_app", ] no_std = ["error_tools/no_std"] use_alloc = ["error_tools/use_alloc"]