# 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 = "mass-props" version = "0.2.0" authors = ["Mo Bitar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI to calculate mass properties of triangle meshes" readme = "README.md" keywords = [ "cli", "trimesh", "inertia", "mass", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/polyhedral_mass_properties" [[bin]] name = "mass-props" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = [ "std", "help", "usage", "error-context", "derive", ] default-features = false [dependencies.gltf] version = "1.4.1" features = [ "utils", "import", ] default-features = false [dependencies.polyhedral_mass_properties] version = "0.2.1" features = [ "serde", "gltf", "fma", ] [dependencies.serde_json] version = "1.0.124"