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