[package] name = "fixed_len_str" version = "0.3.3" # remember to change html_root_url authors = ["NonNullableName "] edition = "2018" license = "Unlicense" readme = "README.md" description = "A procedural macro for create a smart pointer to str backed by a fixed size array,with the size given by the tokens." repository = "https://github.com/NonNullableName/fixed_len_str" keywords = ["fixed","size","str","string","array"] categories = ["no-std", "rust-patterns"] [features] default = ["docs_hidden"] serde_support = ["serde"] pattern_pred_support = [] docs_hidden = [] [lib] proc-macro = true [dependencies] serde = {version = "1.0.104", optional = true}