# 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" rust-version = "1.70.0" name = "unwind-context" version = "0.2.2" authors = ["Andrey Zheleznov "] description = "Macro to add colored panic context to your functions" documentation = "https://docs.rs/unwind-context" readme = "README.md" keywords = [ "panic", "unwind", "debug", "no-std", "color", ] categories = [ "development-tools::debugging", "rust-patterns", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zheland/unwind-context" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "demo" required-features = [ "std", "detect-color-support", ] [dependencies.atomic_ref] version = "0.2.1" optional = true [dependencies.supports-color] version = "3.0.0" optional = true [dev-dependencies.version-sync] version = "0.9.5" [features] custom-default-colors = ["dep:atomic_ref"] default = ["std"] detect-color-support = ["dep:supports-color"] std = [] [badges.maintenance] status = "passively-maintained" [lints.clippy] alloc_instead_of_core = "warn" allow_attributes_without_reason = "warn" arithmetic_side_effects = "warn" as_conversions = "warn" clone_on_ref_ptr = "warn" dbg_macro = "warn" empty_structs_with_brackets = "warn" error_impl_error = "warn" exit = "warn" get_unwrap = "warn" module_name_repetitions = "allow" panic = "warn" print_stderr = "warn" std_instead_of_core = "warn" todo = "warn" try_err = "warn" unimplemented = "warn" unwrap_used = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" pointer_structural_match = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" unused_results = "warn" variant_size_differences = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1