tiny-tree-magic 0.1.5

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

[lib]
name = "tiny_tree_magic"
path = "src/lib.rs"

[dependencies.memchr]
version = "2.8.1"

[dev-dependencies.memmap2]
version = "0.9.10"

[dev-dependencies.tree_magic_mini]
version = "3.2.2"

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