# 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-crypto" version = "0.9.1" authors = ["Adam Lock "] description = "Encryption / decryption used by OPC UA client and server" homepage = "https://github.com/locka99/opcua" documentation = "https://docs.rs/opcua-core/" readme = "../README.md" keywords = ["opcua", "opc", "ua"] categories = ["embedded", "network-programming"] license = "MPL-2.0" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.foreign-types] version = "0.3" [dependencies.gethostname] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.opcua-types] version = "0.9.1" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.opcua-console-logging] version = "0.9.1" [dev-dependencies.rustc-serialize] version = "0.3.24" [dev-dependencies.tempdir] version = "0.3" [features] default = [] vendored-openssl = ["openssl/vendored"] [badges.appveyor] repository = "locka99/opcua" [badges.travis-ci] repository = "locka99/opcua"