From f42ecf0ebb8d14a55155a5443058f782a3d70a77 Mon Sep 17 00:00:00 2001 From: Andreas Longva Date: Wed, 5 May 2021 08:51:16 +0200 Subject: [PATCH] Improve nalgebra-macros/Cargo.toml metadata --- nalgebra-macros/Cargo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/nalgebra-macros/Cargo.toml b/nalgebra-macros/Cargo.toml index 5ebef960..d95784e0 100644 --- a/nalgebra-macros/Cargo.toml +++ b/nalgebra-macros/Cargo.toml @@ -1,16 +1,21 @@ [package] name = "nalgebra-macros" version = "0.1.0" -authors = ["Andreas Longva "] +authors = [ "Andreas Longva", "Sébastien Crozet " ] edition = "2018" +description = "Procedural macros for nalgebra" +documentation = "https://www.nalgebra.org/docs" +homepage = "https://nalgebra.org" +repository = "https://github.com/dimforge/nalgebra" +readme = "../README.md" +categories = [ "science", "mathematics" ] +keywords = [ "linear", "algebra", "matrix", "vector", "math" ] +license = "Apache-2.0" [lib] proc-macro = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] -# TODO: Determine minimal features that we need syn = { version="1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"