# 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 = "registry" version = "1.3.0" authors = ["Brendan Molloy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe wrapper for the Windows Registry API" readme = "README.md" keywords = [ "windows", "registry", "win32", "winapi", "winreg", ] categories = [ "api-bindings", "os", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bbqsrc/registry-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu", ] [lib] name = "registry" path = "src/lib.rs" [[example]] name = "appkey" path = "examples/appkey.rs" [[example]] name = "private-hive" path = "examples/private-hive.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.log] version = "0.4.11" [dependencies.thiserror] version = "1.0.20" [dependencies.utfx] version = "0.1" [dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Registry", "Win32_System_Threading", ]