# 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 = "2018" rust-version = "1.56" name = "magic" version = "0.16.2" authors = ["Daniel Micay ", "Petar Radošević ", "lilydjwg ", "Jeff Belgum ", "Onur Aslan ", "robo9k "] include = ["/src/"] description = "High level bindings for the `libmagic` C library" readme = "README-crate.md" keywords = ["magic", "file", "ffi", "bindings"] categories = ["api-bindings", "filesystem", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/robo9k/rust-magic.git" [package.metadata] msrv = "1.56.0" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2.148" default-features = false [dependencies.magic-sys] version = "0.3.0" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.static_assertions] version = "1.1.0" [badges.maintenance] status = "passively-maintained"