# 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.56.0" name = "zerocopy" version = "0.8.39" authors = [ "Joshua Liebow-Feeser ", "Jack Wrenn ", ] build = "build.rs" exclude = [".*"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.""" readme = "README.md" keywords = [ "cast", "convert", "transmute", "transmutation", "type-punning", ] categories = [ "embedded", "encoding", "no-std::no-alloc", "parsing", "rust-patterns", ] license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/zerocopy" [package.metadata.build-rs] no-zerocopy-simd-x86-avx12-1-89-0 = "1.89.0" no-zerocopy-core-error-1-81-0 = "1.81.0" no-zerocopy-diagnostic-on-unimplemented-1-78-0 = "1.78.0" no-zerocopy-generic-bounds-in-const-fn-1-61-0 = "1.61.0" no-zerocopy-target-has-atomics-1-60-0 = "1.60.0" no-zerocopy-aarch64-simd-1-59-0 = "1.59.0" no-zerocopy-panic-in-const-and-vec-try-reserve-1-57-0 = "1.57.0" [package.metadata.ci] pinned-stable = "1.93.0" pinned-nightly = "nightly-2026-01-25" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"] [features] __internal_use_only_features_that_work_on_stable = [ "alloc", "simd", "std", ] alloc = [] float-nightly = [] simd = [] simd-nightly = ["simd"] std = ["alloc"] [lib] name = "zerocopy" path = "src/lib.rs"