# 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 = "relearn_derive" version = "0.3.0" authors = ["Eric Langlois "] description = "Derive macros for the relearn package" license = "LGPL-3.0-only" resolver = "2" [package.metadata.docs.rs] features = ["doc-only"] [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.relearn] version = "0.2.0" [features] doc-only = ["relearn/doc-only"]