# 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 = "trace4rs-fmtorp" version = "0.6.0-rc" authors = [ "Evan Simmons ", "Everett Pompeii ", "Richard Meester ", ] description = "Torpid formatting for trace4rs" readme = "readme.md" keywords = [ "tracing", "logging", "log4rs", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/imperva/trace4rs" [dependencies.thiserror] version = "1.0.29" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "time", "local-time", "registry", ] [features] [lints.clippy] all = "warn" arithmetic_side_effects = "warn" assertions_on_result_states = "warn" cargo = "warn" create_dir = "warn" deref_by_slicing = "warn" empty_drop = "warn" empty_structs_with_brackets = "warn" filetype_is_file = "warn" format_push_string = "warn" indexing_slicing = "warn" lossy_float_literal = "warn" mem_forget = "warn" missing_assert_message = "warn" missing_asserts_for_indexing = "warn" multiple_inherent_impl = "warn" mutex_atomic = "warn" needless_raw_strings = "warn" panic_in_result_fn = "warn" partial_pub_fields = "warn" pedantic = "warn" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_type_annotations = "warn" self_named_module_files = "warn" semicolon_outside_block = "warn" shadow_unrelated = "warn" string_lit_chars_any = "warn" string_slice = "warn" tests_outside_test_module = "warn" undocumented_unsafe_blocks = "warn" unnecessary_self_imports = "warn" unneeded_field_pattern = "warn" unseparated_literal_suffix = "warn" unwrap_in_result = "warn" unwrap_used = "warn" verbose_file_reads = "warn" [lints.clippy.module_name_repetitions] level = "allow" priority = 1