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"