# 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 = "2018" name = "hrbf" version = "0.8.0" authors = ["Egor Larionov "] description = "An implementation of Hermite Radial Basis Functions with higher order derivatives" homepage = "https://gitlab.com/elrnv/hrbf" documentation = "https://docs.rs/hrbf" readme = "README.md" keywords = [ "hrbf", "implicit", "surface", "potential", "sdf", ] license = "MPL-2.0" repository = "https://gitlab.com/elrnv/hrbf" [dependencies.na] version = "0.32" package = "nalgebra" [dependencies.num-traits] version = "0.2" [dev-dependencies.approx] version = "0.5" [dev-dependencies.autodiff] version = "0.7" [dev-dependencies.rand] version = "0.8" [badges.gitlab] branch = "master" repository = "elrnv/hrbf" [badges.maintenance] status = "passively-maintained"