magic-embed 0.3.1

Proc-macro to embed a compiled magic database
Documentation
[dependencies.fs-walk]
version = "0.2.0"

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

[dependencies.pure-magic]
version = "0.2.1"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

[package]
authors = ["Quentin JÉRÔME <quentin.jerome@circl.lu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc-macro to embed a compiled magic database"
edition = "2024"
keywords = ["proc-macro", "magic", "mime", "libmagic", "embedded"]
license = "GPL-3.0"
name = "magic-embed"
readme = "README.md"
repository = "https://github.com/qjerome/magic-rs/"
rust-version = "1.88.0"
version = "0.3.1"