# 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 = "rend" version = "0.5.2" authors = ["David Koloski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform, endian-aware primitives for Rust" documentation = "https://docs.rs/rend" readme = "README.md" keywords = [ "endian", "no_std", ] categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/djkoloski/rend" [lib] name = "rend" path = "src/lib.rs" [dependencies.bytecheck] version = "0.8" optional = true default-features = false [dependencies.bytemuck-1] version = "1" optional = true default-features = false package = "bytemuck" [dependencies.zerocopy] version = "0.8" optional = true default-features = false [dependencies.zerocopy-derive] version = "0.8" optional = true default-features = false [features] default = [] zerocopy-0_8 = [ "dep:zerocopy", "dep:zerocopy-derive", ]