tiny-tree-magic 0.1.5

MIME type detection using mmappable shared MIME-info cache
Documentation
[package]
name = "tiny-tree-magic"
description = "MIME type detection using mmappable shared MIME-info cache"
repository = "https://codeberg.org/adamreichold/tiny-tree-magic/"
documentation = "https://docs.rs/tiny-tree-magic/"
readme = "README.md"
authors = [
    "Adam Reichold <adam.reichold@t-online.de>",
    "Matt Brubeck <mbrubeck@limpet.net>",
    "Allison Hancock <aahancoc@umich.edu>",
]
license = "MIT"
categories = ["parser-implementations"]
keywords = ["mime", "media-types"]
exclude = ["tests/*", "benches/*"]
version = "0.1.5"
edition = "2024"

[dependencies]
memchr = "2.8.1"

[dev-dependencies]
memmap2 = { workspace = true }
tree_magic_mini = "3.2.2"

[workspace]
members = ["fuzz"]

[workspace.dependencies]
memmap2 = "0.9.10"

[profile.release]
codegen-units = 1
lto = true
debug = true