# 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] rust-version = "1.38" name = "magic-sys" version = "0.3.0" authors = ["robo9k "] links = "magic" exclude = [ ".gitignore", ".gitattributes", "/.github/", "/.vscode/", "rust-toolchain.toml", "shell.nix", "nix/", "deny.toml", ] description = "Declarations for the `libmagic` C library" readme = "README.md" keywords = [ "magic", "file", "ffi", "bindings", ] categories = [ "external-ffi-bindings", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/robo9k/rust-magic-sys.git" [package.metadata] msrv = "1.38.0" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "078f3e5" dependencies = ["libmagic"] [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] triplet = "x64-windows-static-md" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.libc] version = "0.2.104" default-features = false [build-dependencies.vcpkg] version = "0.2.15" [features] default = ["v5-38"] v5-04 = [] v5-05 = ["v5-04"] v5-10 = ["v5-05"] v5-13 = ["v5-10"] v5-20 = ["v5-13"] v5-21 = ["v5-20"] v5-22 = ["v5-21"] v5-23 = ["v5-22"] v5-25 = ["v5-23"] v5-27 = ["v5-25"] v5-32 = ["v5-27"] v5-35 = ["v5-32"] v5-38 = ["v5-35"] v5-40 = ["v5-38"] [badges.maintenance] status = "passively-maintained"