# 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 = "arrcat" version = "0.1.1" authors = ["rodrimati1992 "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-ZLIB.md"] description = "Array concatenation" documentation = "https://docs.rs/arrcat/" readme = "./README.md" keywords = ["no-std", "macro", "arrays"] categories = ["no-std", "rust-patterns"] license = "Zlib" repository = "https://github.com/rodrimati1992/arrcat/" resolver = "2" [dependencies] [dev-dependencies.core_extensions] version = "1.5" features = ["const_default", "const_val"]