Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • aragog-feat/chores
  • ci/pipelines-for-mr
  • 0.17.1
  • 0.17.0
  • 0.16.0
  • 0.15.0
  • 0.140.0
  • 0.13.2
  • 0.13.1
  • 0.13.0
  • 0.12.0
  • 0.11.1
  • 0.11.0
  • 0.10.1
  • 0.9.1
  • 0.9.0
  • 0.8.0
  • 0.7.9
  • 0.7.8
  • 0.7.7
  • 0.7.6
  • 0.7.5
23 results

Cargo.toml

This project manages its dependencies using Cargo. Learn more
Cargo.toml 688 B
[package]
name = "aragog-macros"
version = "0.8.0"
authors = [
    "Felix de Maneville: <felix.maneville@gmail.com>",
    "Qonfucius team <felix.maneville@qonfucius.team>"
]
edition = "2021"
license = "MIT"
description = "Macros for Aragog Crate"
keywords = ["ArangoDB", "Arango"]
categories = ["database"]
repository = "https://gitlab.com/qonfucius/aragog/-/tree/master/aragog_macros"
homepage = "https://aragog.rs"
rust-version = "1.56.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[features]
default = []
blocking = []

[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro-error = "1.0"
proc-macro2 = "1.0"