magic-embed 0.3.2

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

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

[dependencies.fs-walk]
version = "0.2.0"

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

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

[dependencies.quote]
version = "1.0"

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