[package]
authors = ["Mickaël Malécot <mickael.malecot@gmail.com>"]
description = "File format library for Rust.\nThis crate is for determining binary-based file formats.\n"
documentation = "https://docs.rs/file-format"
edition = "2021"
exclude = ["/.github/*", "/fixtures/*", "/tests/*"]
homepage = "https://github.com/mmalecot/file-format"
keywords = ["file-format", "file-type", "magic-number", "media-type", "mime"]
license = "MIT/Apache-2.0"
name = "file-format"
readme = "README.md"
repository = "https://github.com/mmalecot/file-format"
resolver = "2"
version = "0.7.0"