opcua-types 0.3.0

OPC UA types and constants
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "opcua-types"
version = "0.3.0"
authors = ["Adam Lock <locka99@gmail.com>"]
description = "OPC UA types and constants"
homepage = "https://github.com/locka99/opcua"
keywords = ["opcua", "opc", "ua"]
categories = ["embedded", "network-programming"]
license = "MPL-2.0"
[dependencies.base64]
version = "~0.6.0"

[dependencies.byteorder]
version = "0.5"

[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.3"

[dependencies.rand]
version = "0.3"

[dependencies.regex]
version = "0.2"

[dependencies.url]
version = "1.6"

[dependencies.uuid]
version = "0.5"
features = ["v4"]
[dev-dependencies.tempdir]
version = "0.3"