# 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 = "stdg" version = "0.2.0" authors = ["Caleb Winston "] description = "A command-line tool for cross-language, cross-platform 2D graphics" homepage = "https://www.github.com/calebwin/stdg" readme = "README.md" keywords = ["stdg", "graphics", "2d", "tool", "print"] categories = ["graphics", "science", "visualization", "development-tools", "gui"] license = "MIT" repository = "https://www.github.com/calebwin/stdg" [dependencies.euclid] version = "0.20.0" [dependencies.font-kit] version = "0.4.0" [dependencies.minifb] version = "0.13.0" [dependencies.png] version = "0.15.0" [dependencies.raqote] version = "0.7.5"