# 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 = "vectorview" version = "0.1.0" authors = ["Israel Dahl "] description = "A library to create vector images" documentation = "https://docs.rs/vectorview/" readme = "README.md" keywords = ["svg", "generate", "generator", "vector", "graphics"] categories = ["graphics", "game-development", "visualization"] license-file = "LICENSE" repository = "https://github.com/1sra3l/vectorview" resolver = "2" [dependencies.rpg-stat] version = "3.0" optional = true [dependencies.svg] version = "0.10" [features] rpg = ["rpg-stat"]