# 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 = "figment-winreg" version = "0.4.0" build = false exclude = [ ".fossil-settings", ".efiles", "_FOSSIL_", ".fslckout", "examples", "target", "testdata", "tests", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Windows registry provider for figment." readme = "README.md" keywords = [ "figment", "windows", "registry", "config", ] categories = ["config"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/figment-winreg" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [lib] name = "figment_winreg" path = "src/lib.rs" [dependencies.figment] version = "0.10.19" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_Environment", ] [dependencies.winreg] version = "0.52.0" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [badges.maintenance] status = "actively-developed" [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1