# 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.56" name = "array-macro" version = "2.1.8" authors = ["Kamila Borowska "] description = "Array multiple elements constructor syntax" documentation = "https://docs.rs/array-macro" readme = "README.md" keywords = [ "data-structure", "no_std", "array", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/xfix/array-macro" [dev-dependencies.tokio] version = "1.0.1" features = [ "macros", "rt", ] [badges.maintenance] status = "actively-developed"