# 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 = "concat_const" version = "0.1.3" authors = ["Dmitry Rodionov "] description = "const `&[u8]` and `&str` concatenation" documentation = "https://docs.rs/concat_const/" readme = "README.md" keywords = [ "concat", "concatenate", "const", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/RoDmitry/concat_const" [lib] name = "concat_const" path = "src/lib.rs"