# 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 = "tree_magic_mini" version = "3.1.6" authors = [ "Matt Brubeck ", "Allison Hancock ", ] build = false exclude = [ "tests/*", "benches/*/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Determines the MIME type of a file by traversing a filetype tree." documentation = "https://docs.rs/tree_magic_mini/" readme = "README.md" keywords = [ "mime", "filesystem", "media-types", ] categories = [ "parser-implementations", "filesystem", ] license = "MIT" repository = "https://github.com/mbrubeck/tree_magic/" [lib] name = "tree_magic_mini" path = "src/lib.rs" [[bench]] name = "from_u8" path = "benches/from_u8.rs" harness = false [[bench]] name = "match_u8" path = "benches/match_u8.rs" harness = false [dependencies.fnv] version = "1.0" [dependencies.memchr] version = "2.0" [dependencies.nom] version = "7.0" [dependencies.once_cell] version = "1.0" [dependencies.petgraph] version = "0.6.0" [dependencies.tree_magic_db] version = "3.0" optional = true [dev-dependencies.bencher] version = "0.1.0" [features] with-gpl-data = ["dep:tree_magic_db"]