# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "flatter" version = "0.1.0" description = "A command line utility for rendering PNGs from SVGs" homepage = "https://github.com/cameron1024/flatter" readme = "README.md" keywords = ["svg", "png", "render", "flutter"] license-file = "LICENSE.md" repository = "https://github.com/cameron1024/flatter" [profile.release] lto = true [dependencies.indicatif] version = "0.16" features = ["rayon"] [dependencies.rayon] version = "1.5" [dependencies.resvg] version = "0.15" [dependencies.structopt] version = "0.3" [dependencies.tiny-skia] version = "0.5" [dependencies.usvg] version = "0.15"