dcerpc 0.2.7

Pure-Rust DCE/RPC (MS-RPCE): hand-rolled NDR marshaling, PDUs, NTLMSSP sign+seal (packet privacy), TCP + SMB named-pipe transports, EPM, and SAMR/LSAT/DRSUAPI/SVCCTL/RRP/Netlogon/DCOM-WMI clients — no FFI
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 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.74"
name = "dcerpc"
version = "0.2.7"
authors = ["zevs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust DCE/RPC (MS-RPCE): hand-rolled NDR marshaling, PDUs, NTLMSSP sign+seal (packet privacy), TCP + SMB named-pipe transports, EPM, and SAMR/LSAT/DRSUAPI/SVCCTL/RRP/Netlogon/DCOM-WMI clients — no FFI"
homepage = "https://github.com/icedracon/dcerpc"
documentation = "https://docs.rs/dcerpc"
readme = "README.md"
keywords = [
    "dcerpc",
    "msrpc",
    "ndr",
    "samr",
    "windows",
]
categories = [
    "network-programming",
    "parser-implementations",
    "os::windows-apis",
    "authentication",
]
license = "MIT"
repository = "https://github.com/icedracon/dcerpc"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "dcerpc"
path = "src/lib.rs"

[[example]]
name = "wmi_probe"
path = "examples/wmi_probe.rs"

[dependencies.aes]
version = "0.8"

[dependencies.des]
version = "0.8"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.md-5]
version = "0.10"

[dependencies.ms-ndr]
version = "0.1"

[dependencies.ntlmssp]
version = "0.1"

[dependencies.sha2]
version = "0.10"

[dependencies.smb2-client]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.windows-sddl]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "time",
    "rt",
    "macros",
]