# 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 = "bevy_c3d" version = "0.14.0" authors = ["Claire V. Hammond "] build = false exclude = [ "tests", "tests/*", "examples", "examples/*", "assets", "assets/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin for loading C3D motion capture files into Bevy" homepage = "https://chiron.rs/bevy_c3d" readme = "README.md" keywords = [ "bevy", "c3d", "motion-capture", "bevy-plugin", "biomechanics", ] categories = [ "game-development", "multimedia::encoding", "graphics", "rendering::data-formats", "science::robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/biomechanics-foundation/bevy_c3d" [lib] name = "bevy_c3d" path = "src/lib.rs" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_asset] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_pbr] version = "0.14" optional = true [dependencies.bevy_reflect] version = "0.14" [dependencies.bevy_render] version = "0.14" [dependencies.bevy_scene] version = "0.14" optional = true [dependencies.bevy_utils] version = "0.14" [dependencies.c3dio] version = "0.8" [dev-dependencies.bevy] version = "0.14"