# 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 = "wizdraw" version = "2.0.0" authors = ["Nathan ROYER "] description = "Tiny no_std crate to fill and stroke composite bezier curves (SIMD/SSAA)" readme = "README.md" keywords = [ "vector-graphics", "render", "svg", "no_std", "simd", ] categories = [ "rendering", "no-std", ] license = "MIT" repository = "https://github.com/NathanRoyer/wizdraw" [dependencies.rgb] version = "0.8" [dependencies.vek] version = "0.16" features = ["libm"] default-features = false [dev-dependencies.png] version = "0.17.7" [features] default = ["stroke"] simd = [] stroke = []