# 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.64.0" name = "cstr-literal" version = "0.1.0" authors = ["peelz "] description = "A const-friendly macro for C string literals." readme = "README.md" keywords = [ "cstr", "const", "string", "literal", "macro", ] categories = [ "development-tools::ffi", "no-std", ] license = "MIT" repository = "https://github.com/notpeelz/cstr-literal" [dependencies.const_format] version = "0.2.31" [dev-dependencies.trybuild] version = "1.0.80" features = ["diff"]