# 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 = "bsplines" version = "0.0.1-alpha.8" authors = ["Michael A. Heuer "] description = "N-dimensional B-spline curves and their derivatives built on top of nalgebra" homepage = "https://github.com/michael-a-heuer/bsplines" documentation = "https://docs.rs/bsplines" readme = "README.md" keywords = [ "b-spline", "spline", "curve", "derivatives", "nalgebra", ] categories = [ "mathematics", "algorithms", "graphics", "no-std", ] license = "Apache-2.0" repository = "https://github.com/michael-a-heuer/bsplines" [package.metadata.docs.rs] features = ["doc-images"] [lib] name = "bsplines" path = "src/lib.rs" [[example]] name = "doc-images" path = "doc-images/src/main.rs" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.nalgebra] version = "0.32.3" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.num-traits] version = "0.2.17" [dev-dependencies.plotters] version = "0.3.5" [dev-dependencies.plotters-arrows] version = "0.1.0" [dev-dependencies.rstest] version = "0.18.2" [features] doc-images = [] [lints.clippy] enum_glob_use = "deny" type_complexity = "allow" [lints.rust] dead_code = "allow" non_snake_case = "allow" unsafe_code = "forbid"