# 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 = "cucoqu" version = "0.1.0" authors = [ "Fredrick Brennan ", "MFEK Authors", "GPT-3", ] description = "**cucoqu** is a Rust library for converting between different types of Bézier splines. Currently it only supports the types most commonly used in type design and drawing curves: **cu**bic Bézier curves, **qu**adratic Bézier curves, and one type of rational Bézier curve: **co**nic Bézier curves." readme = "README.md" keywords = [ "cubic", "conic", "quadratic", "bezier", "curve-conversion", ] license = "Apache-2.0" repository = "https://github.com/MFEK/cucoqu.rlib" [dependencies.derive_more] version = "0.99" [dependencies.glifparser] version = "1.2" features = ["more-iof"] default_features = false [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.31" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2"