# 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 = "polyhedral_mass_properties" version = "0.2.2" authors = ["Mo Bitar "] build = false include = [ "/src/", "/LICENSE.txt", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Calculation of mass properties for triangle meshes" readme = "README.md" keywords = [ "trimesh", "inertia", "mass", ] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/polyhedral_mass_properties" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [lib] name = "polyhedral_mass_properties" path = "src/lib.rs" [dependencies.gltf] version = "1.4.1" features = [ "utils", "import", ] optional = true default-features = false [dependencies.serde] version = "1.0.207" features = ["derive"] optional = true [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.gltf] version = "1.4.1" features = [ "utils", "import", ] default-features = false [dev-dependencies.parry3d-f64] version = "0.17.0" [dev-dependencies.rayon] version = "1.10.0" [features] fma = ["std"] gltf = [ "std", "dep:gltf", ] serde = ["dep:serde"] std = []