magic-db 0.4.2

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.
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-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"