# 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.76.0" name = "mdlogger" version = "0.1.1" description = "Multi-device logging system library crate" documentation = "https://docs.rs/mdlogger" readme = "README.md" keywords = [ "logging", "logger", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/fstafforte/mdlogger" [lib] name = "mdlogger" path = "src/lib.rs" [[bin]] name = "mdlogger_test_helper" path = "src/mdlogger-test-helper.rs" [dependencies.network-interface] version = "1.1.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.rsclp] version = "0.1.4" [dependencies.rssettings] version = "0.2.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.socket2] version = "0.5.6" [dependencies.time] version = "0.3" features = [ "macros", "formatting", "local-offset", ]