# 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 = "win32-version-info" version = "0.1.0" authors = ["Nekomaru "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Retrieve file version info (file description, file version, etc.) from Windows files" readme = "README.md" keywords = [ "windows", "file", "metadata", "version", "description", ] categories = [ "filesystem", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nekomaru-PKU/win32-version-info" [lib] name = "win32_version_info" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.windows] version = "0.58.0" features = ["Win32_Storage_FileSystem"] [lints.clippy] arithmetic_side_effects = "allow" as_conversions = "allow" blanket_clippy_restriction_lints = "allow" implicit_return = "allow" indexing_slicing = "allow" missing_docs_in_private_items = "allow" missing_inline_in_public_items = "allow" question_mark_used = "allow" shadow_reuse = "allow" shadow_unrelated = "allow" single_call_fn = "allow" std_instead_of_alloc = "allow" std_instead_of_core = "allow" undocumented_unsafe_blocks = "allow" unreadable_literal = "allow" unseparated_literal_suffix = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.restriction] level = "warn" priority = -1