# 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 = "array-as-struct" version = "0.1.0" authors = ["Daniel Bloom"] description = "A crate to make ergonomic \"field\" accesses on array types" documentation = "https://docs.rs/array-as-struct" readme = "README.md" keywords = [ "struct", "array", "field", "conversion", "named-fields", ] categories = [ "rust-patterns", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Daniel-Aaron-Bloom/array-as-struct" [dependencies.array-as-struct-derive] version = "0.1.0"