# 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 = "fixed-size" version = "1.0.0" authors = ["Trevor R.H. Clarke "] publish = true description = "Attribute macro to replace variable length types with fixed length types in struct definitions. Useful for overriding String when using prost." documentation = "https://docs.rs/crate/fixed-size" readme = "README.md" keywords = [ "attribute", "macro", ] license = "MIT/Apache-2.0" repository = "https://github.com/tclarke/fixed-size" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.75" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.38" features = [ "fold", "full", ] [dev-dependencies.arrayvec] version = "0.7.4" features = ["serde"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde] version = "1.0.190" features = ["derive"]