# 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.78" name = "const-type-layout" version = "0.3.1" authors = [ "Juniper Tyree ", "Lucien Greathouse ", ] description = "Derivable const trait to view and compare the layout of a struct, union, or enum." homepage = "https://github.com/juntyr/const-type-layout" documentation = "https://docs.rs/const-type-layout/" readme = "README.md" keywords = [ "layout", "type", "const", ] license = "MIT OR Apache-2.0" repository = "https://github.com/juntyr/const-type-layout" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.const-type-layout-derive] version = "0.3.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] derive = ["dep:const-type-layout-derive"] serde = ["dep:serde"]