# 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" version = "0.6.0-rc" authors = [ "Evan Simmons ", "Everett Pompeii ", "Richard Meester ", ] description = "log4rs like usability with the `tracing` crate as the base" readme = "readme.md" keywords = [ "tracing", "logging", "log4rs", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/imperva/trace4rs" [[bench]] name = "trace4rs_bench" harness = false [[bench]] name = "log4rs_bench" harness = false [dependencies.camino] version = "1.1.2" [dependencies.literally] version = "0.1.3" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.8.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.path-absolutize] version = "3.0.11" [dependencies.regex] version = "1.5.4" [dependencies.thiserror] version = "1.0.29" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dependencies.trace4rs-config] version = "0.6.0-rc" [dependencies.trace4rs-fmtorp] version = "0.6.0-rc" [dependencies.tracing] version = "0.1.0" [dependencies.tracing-log] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "time", "local-time", "registry", ] [dependencies.utc-offset] version = "0.4.0" [dev-dependencies.criterion] version = "0.5.0" [dev-dependencies.criterion-macro] version = "0.4.0" [dev-dependencies.log4rs] version = "1.0.0" [dev-dependencies.serde] version = "1.0.130" [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.tokio] version = "1.13.0" features = [ "rt", "rt-multi-thread", "macros", "time", "fs", ] [dev-dependencies.trace4rs-config] version = "0.6.0-rc" features = ["in-order-serialization"] [features] serde = ["trace4rs-config/serde"] tracing-macros = [] [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