[dependencies.cfb]
optional = true
version = "0.7.0"
[[example]]
name = "file"
path = "examples/file.rs"
required-features = ["std"]
[features]
alloc = []
default = ["std"]
std = ["alloc", "cfb"]
[lib]
name = "infer"
path = "src/lib.rs"
[package]
authors = ["Bojan <dbojan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Small crate to infer file type based on magic number signatures"
documentation = "https://docs.rs/infer"
edition = "2018"
exclude = ["/testdata", "/tests"]
homepage = "https://github.com/bojand/infer"
keywords = ["magic-number", "filetype", "mime", "mime-types", "no_std"]
license = "MIT"
name = "infer"
readme = "README.md"
repository = "https://github.com/bojand/infer"
version = "0.19.0"