# 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 = "capstan" version = "0.0.3" authors = ["Jonathan Merritt "] description = "NURBS library with a CAD focus" homepage = "https://github.com/lancelet/capstan/" documentation = "https://docs.rs/capstan" readme = "README.md" keywords = ["NURBS", "graphics", "CAD"] categories = ["algorithms", "graphics", "mathematics"] license = "MIT" repository = "https://github.com/lancelet/capstan/" [dependencies.alga] version = "0.9" [dependencies.approx] version = "0.3" [dependencies.nalgebra] version = "0.22" [dependencies.num-traits] version = "0.2" [dependencies.svg] version = "0.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.proptest] version = "0.10"