# 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.68" name = "graphicsmagick" version = "0.6.0" authors = ["jmjoy <918734043@qq.com>"] description = "GraphicsMagick binding for Rust." readme = "README.md" keywords = [ "image", "magick", "gmagick", "imagemagick", "imagick", ] license = "MIT" repository = "https://github.com/jmjoy/graphicsmagick-rs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.graphicsmagick-sys] version = "0.6.0" [dependencies.null-terminated-str] version = "0.1.2" [dependencies.num_enum] version = "0.5.7" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.53" [dev-dependencies.env_logger] version = "0.10.0" [features] static = ["graphicsmagick-sys/static"] v1_3_20 = [] v1_3_21 = ["v1_3_20"] v1_3_22 = ["v1_3_21"] v1_3_23 = ["v1_3_22"] v1_3_24 = ["v1_3_23"] v1_3_25 = ["v1_3_24"] v1_3_26 = ["v1_3_25"] v1_3_27 = ["v1_3_26"] v1_3_28 = ["v1_3_27"] v1_3_29 = ["v1_3_28"] v1_3_30 = ["v1_3_29"] v1_3_31 = ["v1_3_30"] v1_3_32 = ["v1_3_31"] v1_3_33 = ["v1_3_32"] v1_3_34 = ["v1_3_33"] v1_3_35 = ["v1_3_34"] v1_3_36 = ["v1_3_35"] v1_3_37 = ["v1_3_36"] v1_3_38 = ["v1_3_37"]