• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "bytemuck"
15version = "1.14.1"
16authors = ["Lokathor <zefria@gmail.com>"]
17exclude = ["/pedantic.bat"]
18description = "A crate for mucking around with piles of bytes."
19readme = "README.md"
20keywords = [
21    "transmute",
22    "bytes",
23    "casting",
24]
25categories = [
26    "encoding",
27    "no-std",
28]
29license = "Zlib OR Apache-2.0 OR MIT"
30repository = "https://github.com/Lokathor/bytemuck"
31
32[package.metadata.docs.rs]
33features = [
34    "nightly_docs",
35    "derive",
36    "extern_crate_alloc",
37    "extern_crate_std",
38    "zeroable_maybe_uninit",
39    "zeroable_atomics",
40    "min_const_generics",
41    "wasm_simd",
42    "must_cast",
43]
44
45[package.metadata.playground]
46features = [
47    "derive",
48    "extern_crate_alloc",
49    "extern_crate_std",
50    "zeroable_maybe_uninit",
51    "zeroable_atomics",
52    "min_const_generics",
53    "wasm_simd",
54    "must_cast",
55]
56
57[dependencies.bytemuck_derive]
58version = "1.4"
59optional = true
60
61[features]
62aarch64_simd = []
63align_offset = []
64derive = ["bytemuck_derive"]
65extern_crate_alloc = []
66extern_crate_std = ["extern_crate_alloc"]
67min_const_generics = []
68must_cast = []
69nightly_docs = []
70nightly_portable_simd = []
71nightly_stdsimd = []
72unsound_ptr_pod_impl = []
73wasm_simd = []
74zeroable_atomics = []
75zeroable_maybe_uninit = []
76