[package] name = "bindet" version = "0.3.2" authors = ["koresframework", "Jonathan H. R. Lopes "] edition = "2021" license = "MIT OR Apache-2.0" description = "Fast file type detection" homepage = "https://gitlab.com/Kores/bindet" repository = "https://gitlab.com/Kores/bindet" readme = "README.md" keywords = ["library", "file", "file-type", "file-detection"] categories = ["algorithms", "filesystem"] documentation = "https://docs.rs/bindet/" [features] default = [] # will be removed on 1.62.0 nightly = [] [dependencies] [dependencies.mediatype] version = "0.19.1" optional = true [dependencies.mime] version = "0.3.16" optional = true [dev-dependencies] criterion = "0.3.5" rand = "0.8.5" [[bench]] name = "bindet_detect" harness = false