# 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 = "opcua-console-logging" version = "0.9.1" authors = ["Adam Lock "] description = "Logging to the console for OPC UA used by client and server" homepage = "https://github.com/locka99/opcua" readme = "../README.md" keywords = ["opcua", "opc", "ua"] categories = ["embedded", "network-programming"] license = "MPL-2.0" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4"