# 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" name = "laps-rs" version = "0.1.2" authors = ["Johannes Schoepp "] exclude = [ ".vscode/*", ".gitignore", "README.tpl", ] description = "Library for the retrieval of LAPS passwords" readme = "README.md" keywords = [ "ldap", "ActiveDirectory", "Windows", "client", ] categories = [ "network-programming", "os::windows-apis", ] license = "MIT" repository = "https://github.com/jschpp/laps-rs" [package.metadata] default-target = "x86_64-pc-windows-msvc" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.ldap3] version = "0.11.5" features = [ "gssapi", "tls", "sync", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Security", "Win32_Foundation", ] [dev-dependencies.rstest] version = "0.21.0"