melodium-macro 0.10.0

Macro tooling for compiled Mélodium packages
Documentation
# 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 = "2018"
rust-version = "1.83"
name = "melodium-macro"
version = "0.10.0"
authors = ["Quentin VIGNAUD <quentin.vignaud@melodium.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro tooling for compiled Mélodium packages"
homepage = "https://melodium.tech"
readme = "README.md"
keywords = [
    "dataflow",
    "parallelization",
    "scalability",
    "async",
    "signal",
]
categories = [
    "compilers",
    "science",
    "concurrency",
    "asynchronous",
]
license = "EUPL-1.2"
repository = "https://gitlab.com/melodium/melodium"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "aarch64-unknown-linux-gnu",
    "aarch64-unknown-linux-musl",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-linux-musl",
    "riscv64gc-unknown-linux-gnu",
    "s390x-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "aarch64-pc-windows-msvc",
    "x86_64-pc-windows-gnu",
    "wasm32-unknown-unknown",
]

[lib]
name = "melodium_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.convert_case]
version = "0.6"

[dependencies.glob]
version = "0.3.1"

[dependencies.litrs]
version = "0.4.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
features = [
    "full",
    "derive",
    "extra-traits",
]

[dependencies.toml]
version = "0.8"