# 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 = "graphics-shapes" version = "0.4.4" authors = ["Emma Britton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shapes for graphics" readme = "README.md" keywords = [ "shapes", "simple", "graphics", ] categories = [ "mathematics", "graphics", ] license-file = "LICENSE" repository = "https://github.com/emmabritton/graphics_shapes" [lib] name = "graphics_shapes" path = "src/lib.rs" [[example]] name = "test_serde" path = "examples/test_serde.rs" [dependencies.fnv] version = "1.0" [dependencies.mint] version = "0.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.128" [features] default = ["serde"] mint = ["dep:mint"] serde = ["dep:serde"]