# 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 = "stringz" version = "0.4.1" authors = ["Nichts Hsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A way to use strings in generic paramters" documentation = "https://docs.rs/stringz" readme = "README.md" keywords = [ "string", "generic", "no-std", ] categories = [ "data-structures", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NichtsHsu/structz" [lib] name = "stringz" path = "src/lib.rs" [dependencies.stringz-macros] version = "0.2.0" [dependencies.tuplez] version = ">=0.14.14" default-features = false [features] alloc = ["tuplez/alloc"] default = ["std"] std = ["tuplez/std"]