[package]
edition = "2024"
rust-version = "1.88.0"
name = "magic-db"
version = "0.4.2"
authors = ["Quentin JÉRÔME <quentin.jerome@circl.lu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
readme = "README.md"
keywords = [
"magic",
"mime",
"libmagic",
"embedded",
"database",
]
license = "GPL-3.0"
repository = "https://github.com/qjerome/magic-rs/"
[package.metadata.docs.rs]
all-features = true
[features]
global = []
[lib]
name = "magic_db"
path = "src/lib.rs"
[dependencies.magic-embed]
version = "0.3.2"
[dependencies.pure-magic]
version = "0.2.2"