[dependencies.magic-embed]
version = "0.2.5"
[dependencies.pure-magic]
version = "0.1.5"
[features]
global = []
[lib]
name = "magic_db"
path = "src/lib.rs"
[package]
authors = ["Quentin JÉRÔME <quentin.jerome@circl.lu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "This crate provides a precompiled magic database for file type identification. It allows any program to perform magic file detection without the burden of compiling rules from source."
edition = "2024"
keywords = ["magic", "mime", "libmagic", "embedded", "database"]
license = "GPL-3.0"
name = "magic-db"
readme = "README.md"
repository = "https://github.com/qjerome/magic-rs/"
rust-version = "1.88.0"
version = "0.3.3"
[package.metadata.docs.rs]
all-features = true