# 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 = "list_comprehension_macro" version = "0.1.1" description = "A macro for making Python like Vector and HashMap comprehensions" homepage = "https://github.com/AharonSambol/rust_macros/tree/main/list_comprehension_macro" documentation = "https://github.com/AharonSambol/rust_macros/tree/main/list_comprehension_macro" readme = "README.md" keywords = ["python", "comprehension", "comprehensions", "vector", "macro"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/AharonSambol/rust_macros/tree/main/list_comprehension_macro" resolver = "2" [lib] proc-macro = true [dependencies]