# 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" rust-version = "1.74" name = "etcher" version = "0.0.0" authors = ["Johnathan C Maudlin "] description = "Write Virtual Machine images to metal via PXE" readme = "README.md" keywords = [] license = "ISC" repository = "https://github.com/automata-software-labs/etcher" [dependencies] [lints.clippy] all = "warn" as_conversions = "warn" cargo = "allow" cargo_common_metadata = "allow" dbg_macro = "warn" empty_structs_with_brackets = "warn" from_over_into = "warn" get_unwrap = "warn" if_then_some_else_none = "warn" let_underscore_must_use = "warn" map_err_ignore = "warn" missing_docs_in_private_items = "allow" missing_errors_doc = "allow" pedantic = "warn" rc_buffer = "warn" rc_mutex = "warn" rest_pat_in_fully_bound_structs = "warn" str_to_string = "warn" string_add = "warn" string_slice = "warn" string_to_string = "warn" undocumented_unsafe_blocks = "allow" unneeded_field_pattern = "warn" unseparated_literal_suffix = "warn" unwrap_used = "warn" [lints.rust] missing_docs = "allow"