# 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.65.0" name = "unsafe-fields" version = "0.2.1" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Make it unsafe to access or modify fields with safety invariants" readme = "README.md" license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/zerocopy" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] [lib] name = "unsafe_fields" path = "src/lib.rs" [dependencies.zerocopy_0_8] version = "0.8.7" optional = true package = "zerocopy" [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(doc_cfg)"]