# 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 = "del-canvas" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "drawing primitives (e.g., triangles and lines) to bitmap images and gif animation." readme = "README.md" license = "MIT" [lib] name = "del_canvas" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.95" [dependencies.del-geo-core] version = "0.1.33" [dependencies.del-geo-nalgebra] version = "0.1.33" [dependencies.del-msh-core] version = "0.1.37" [dependencies.del-msh-nalgebra] version = "0.1.39" [dependencies.gif] version = "0.13.1" [dependencies.image] version = "0.25.5" [dependencies.nalgebra] version = "0.33.2" [dependencies.num-traits] version = "0.2.19" [dependencies.png] version = "0.17.16"