# 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.65.0" name = "is-svg" version = "0.1.4" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Test whether a given data is a SVG image" documentation = "https://docs.rs/is-svg" readme = "README.md" keywords = ["svg"] categories = ["multimedia::images"] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/is-svg" [lib] name = "is_svg" path = "src/lib.rs" [dependencies.usvg] version = "0.44.0" default-features = false [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] missing_debug_implementations = "deny" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1