# 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] name = "safe-transmute" version = "0.11.3" authors = [ "наб ", "Eduardo Pinho ", "Lukas Kalbertodt ", "Philipp Tessenow ", "Marijn Suijten ", ] exclude = ["*.enc"] description = "A safeguarded transmute() for Rust" documentation = "https://rawcdn.githack.com/nabijaczleweli/safe-transmute-rs/doc/safe_transmute/index.html" readme = "README.md" keywords = [ "safe", "transmute", "checked", ] categories = [ "rust-patterns", "memory-management", "no-std", ] license = "MIT" repository = "https://github.com/nabijaczleweli/safe-transmute-rs" [features] alloc = [] const_generics = [] default = ["std"] std = ["alloc"]