# 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" rust-version = "1.60.0" name = "file-format" version = "0.26.0" authors = ["Mickaël Malécot "] build = false exclude = [ "/.github", "/examples", "/fixtures", "/tests", ".gitattributes", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for determining the file format of a given file or stream." homepage = "https://github.com/mmalecot/file-format" documentation = "https://docs.rs/file-format" readme = "README.md" keywords = [ "file-format", "file-type", "magic-number", "media-type", "mime", ] categories = ["filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/mmalecot/file-format" [lib] name = "file_format" path = "src/lib.rs" [features] reader = [ "reader-asf", "reader-cfb", "reader-ebml", "reader-exe", "reader-id3v2", "reader-mp4", "reader-pdf", "reader-rm", "reader-sqlite3", "reader-txt", "reader-xml", "reader-zip", ] reader-asf = [] reader-cfb = [] reader-ebml = [] reader-exe = [] reader-id3v2 = [] reader-mp4 = [] reader-pdf = [] reader-rm = [] reader-sqlite3 = [] reader-txt = [] reader-xml = [] reader-zip = []