# 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 = "math2d" version = "0.2.0-alpha8" authors = ["Connie Hilarides "] description = "2D Mathematics library designed for use with 2D drawing applications.\n\nPrimarily designed for the needs of Direct2D, but this library should\nbe perfectly capable of filling in the needs of other libraries such\nas Cairo. If you would like interoperability defitions added please feel\nfree to open a pull request on the repository.\n\nCurrently compatible with:\n- `Direct2D` (winapi types)\n- `Mint` (crate)\n" license = "MIT" repository = "https://github.com/connicpu/math2d" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["docs"] [dependencies.kurbo] version = "0.1.0" optional = true [dependencies.mint] version = "0.5.1" optional = true [dependencies.serde] version = "1.0.79" optional = true [dependencies.serde_derive] version = "1.0.79" optional = true [dev-dependencies.rand] version = "0.5.5" [features] d2d = ["winapi"] default = [] docs = ["serialize", "d2d", "mint", "kurbo"] serialize = ["serde", "serde_derive"] [target."cfg(windows)".dependencies.winapi] version = "0.3.5" features = ["dcommon", "d2dbasetypes", "d2d1", "dwrite", "wincodec"] optional = true