# 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 = "2018" name = "serializable_log_record" version = "0.3.2" authors = ["Sebastian Frehmel <8192K@sebastianfrehmel.de>"] description = "Convert a log::Record to a serializable format. Not as straightforward as it sounds, because the log::Record contains a non-serializable type. This crate provides a way to deal with situation." readme = "README.md" keywords = [ "log", "logger", "logging", "serialize", "record", ] categories = [ "development-tools", "development-tools::debugging", "encoding", ] license = "MIT/Apache-2.0" repository = "https://github.com/8192K/serializable_log_record" [profile.release] lto = true codegen-units = 1 [dependencies.bincode] version = "2.0.0-rc" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] bincode2 = ["dep:bincode"] serde = ["dep:serde"]