# 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 = "isogeometric_analysis" version = "0.3.1" description = "Create implementing algorithms related to Isogeometric Analysis. Bezier, B-spline, NURBS, numerical integration and isogeometric approach to PDE approximation." homepage = "https://bugfreeblog.duckdns.org/" readme = "README.md" keywords = ["iga", "bezier"] categories = ["algorithms", "graphics", "rendering", "science"] license = "LGPL-3.0+" [dependencies.array2d] version = "0.2.1" [dependencies.colorsys] version = "0.6.5" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.env_logger] version = "0.9.0" [dependencies.float-cmp] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.num] version = "0.1.27" [dependencies.time-test] version = "0.2.2" [dependencies.unroll] version = "0.1.5"