# 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 = "set_derive" version = "1.1.0" authors = ["A4-Tacks "] description = "Using Macros to Implement List comprehension Similar to Python Language" homepage = "https://github.com/A4-Tacks/rust-set-derive" readme = "./README.md" keywords = [ "python", "comprehensions", "macro", "syntax", ] license = "MIT" repository = "https://github.com/A4-Tacks/rust-set-derive" [profile.release] lto = true strip = true [dependencies]