# 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 = "gecl" version = "0.2.1" authors = ["LNSEAB <691752+LNSEAB@users.noreply.github.com>"] description = "geometry types and a color type" documentation = "https://docs.rs/gecl" readme = "README.md" keywords = [ "geometry", "color", ] license = "Zlib" repository = "https://github.com/LNSEAB/gecl" [package.metadata.release] dev-version = false pre-release-commit-message = "{{version}}" [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true