# 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 = "bspline" version = "1.1.0" authors = ["Will Usher "] exclude = [".travis.yml", "./*.png", ".gitignore"] description = "A simple generic library for computing B-splines" homepage = "https://github.com/Twinklebear/bspline" documentation = "https://docs.rs/bspline/" readme = "README.md" keywords = ["curve", "spline", "b-spline"] license = "MIT" repository = "https://github.com/Twinklebear/bspline" resolver = "2" [dependencies.nalgebra] version = "0.30" optional = true [dependencies.num-traits] version = "0.2" [dependencies.trait-set] version = "0.2" [dev-dependencies.image] version = "0.22" [features] nalgebra-support = ["nalgebra"]