# 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 = "baby_shark" version = "0.3.3" exclude = [ ".github/workflows/*", ".vscode/*", "docs/*", "assets/*", "TODO.md", ] description = "Geometry processing library" homepage = "https://github.com/dima634/baby_shark" readme = "README.md" keywords = [ "mesh", "mesh-processing", "geometry", "3d", "algorithms", ] categories = [ "graphics", "games", "data-structures", ] license = "MIT" repository = "https://github.com/dima634/baby_shark" [profile.dev-opt] opt-level = 3 inherits = "dev" [profile.release-debug-info] debug = 2 inherits = "release" [dependencies.bitflags] version = "2.4.0" [dependencies.nalgebra] version = "0.32.3" [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.num-traits] version = "0.2.15" [dependencies.petgraph] version = "0.6.2" [dependencies.rayon] version = "1.8.1" [dependencies.simba] version = "0.8.1" [dependencies.svg] version = "0.13.1" [dependencies.tabled] version = "0.14.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-case] version = "3.0.0"