capstan 0.0.2

NURBS library with a CAD focus
Documentation
[package]
name = "capstan"
version = "0.0.2"
authors = ["Jonathan Merritt <j.s.merritt@gmail.com>"]
edition = "2018"
license = "MIT"
description = "NURBS library with a CAD focus"
homepage = "https://github.com/lancelet/capstan/"
repository = "https://github.com/lancelet/capstan/"
documentation = "https://docs.rs/capstan"
keywords = ["NURBS", "graphics", "CAD"]
categories = ["algorithms", "graphics", "mathematics"]
readme = "README.md"

[dependencies]
alga = "0.9"
approx = "0.3"
nalgebra = "0.22"
num-traits = "0.2"
svg = "0.8"
thiserror = "1.0"

[dev-dependencies]
proptest = "0.10"