# 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 = "flax-derive" version = "0.7.1" authors = ["Tei Leelo Roberts "] description = "Derive macros for flax" documentation = "https://docs.rs/flax" license = "MIT" repository = "https://github.com/ten3roberts/flax" [lib] proc-macro = true [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro-crate] version = "2.0.0" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.38" [dev-dependencies.glam] version = "0.24.2" [dev-dependencies.pretty_assertions] version = "1.4.0"