# 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" name = "tinyvg" version = "0.2.1" authors = ["Lily Mara "] description = "Rust decoder and renderer for the tinyvg image format" readme = "README.md" license = "MIT" repository = "https://github.com/lily-mara/tinyvg-rs" [[bench]] name = "bench" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.cairo-rs] version = "0.14.0" features = ["png"] optional = true [dependencies.eyre] version = "0.6.5" [dependencies.kurbo] version = "0.8.3" [dependencies.packed_struct] version = "0.10.0" [dependencies.piet] version = "0.5.0" [dependencies.piet-cairo] version = "0.5.0" optional = true [dependencies.structopt] version = "0.3.25" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.similar-asserts] version = "1.1.0" [features] default = ["render-png"] render-png = [ "cairo-rs", "piet-cairo", ]