dcerpc 0.2.2

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
[package]

name = "dcerpc"

version = "0.2.2"

edition = "2021"

authors = ["zevs"]

rust-version = "1.74"

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"

license = "MIT"

repository = "https://github.com/icedracon/dcerpc"

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"]



[dependencies]

ms-ndr = { path = "../ms-ndr", version = "0.1" }

ms-nrpc = "0.1.0-dev"

ntlmssp = "0.1"

smb2-client = "0.2"

windows-sddl = "0.1"

thiserror = "2"

tokio = { version = "1", features = ["net", "io-util", "time"] }

tracing = "0.1"

hex = "0.4"

aes = "0.8"

des = "0.8"

md-5 = "0.10"

hmac = "0.12"

sha2 = "0.10"



[dev-dependencies]

tokio = { version = "1", features = ["net", "io-util", "time", "rt", "macros"] }



[badges]

maintenance = { status = "actively-developed" }