You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
754 B
TOML
29 lines
754 B
TOML
[package]
|
|
name = "memflow-derive"
|
|
version = "0.1.5"
|
|
authors = ["ko1N <ko1N1337@gmail.com>", "Aurimas Blažulionis <0x60@pm.me>"]
|
|
edition = "2018"
|
|
description = "derive macros for the memflow physical memory introspection framework"
|
|
documentation = "https://docs.rs/memflow-derive"
|
|
readme = "README.md"
|
|
homepage = "https://memflow.github.io"
|
|
repository = "https://github.com/memflow/memflow"
|
|
license-file = "../LICENSE"
|
|
keywords = [ "memflow", "introspection", "memory", "dma" ]
|
|
categories = [ "memory-management", "os" ]
|
|
|
|
[badges]
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
darling = "0.10"
|
|
|
|
[dev-dependencies]
|
|
memflow = { version = "0.1", path = "../memflow" }
|