ironrdp 0.1.0

A Rust implementation of the Microsoft Remote Desktop Protocol
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]
edition = "2018"
name = "ironrdp"
version = "0.1.0"
authors = ["Marc-André Moreau <mamoreau@devolutions.net>", "Vlad Aleksashyn <vlad.al.dp@gmail.com"]
description = "A Rust implementation of the Microsoft Remote Desktop Protocol"
homepage = "https://github.com/Devolutions/IronRDP"
readme = "../README.md"
keywords = ["rdp", "remote", "desktop", "protocol"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Devolutions/IronRDP"
[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
version = "1.2.7"

[dependencies.bytes]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.lazy_static]
version = "1.2"

[dependencies.num-derive]
version = "0.2"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.sspi]
version = "0.2"