# 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 = "cluFullTransmute" version = "1.3.0" authors = ["Denis Kotlyarov (Денис Котляров) "] description = "A more complete and extended version of data transformation with and without constraint checking." readme = "README.md" keywords = [ "transmute", "unsafe_transmute", "cluFullTransmute", "no_std", "clucompany", ] categories = [ "development-tools", "memory-management", ] license = "Apache-2.0" repository = "https://github.com/clucompany/cluFullTransmute.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies] [features] compatible_stdapi = [] contract = [] default = [ "contract", "inline", "compatible_stdapi", "support_size_check_transmute", ] inline = [] support_size_check_transmute = [] support_stderr = [] to = []