# 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 = "bvh_anim_parser" version = "1.0.1" authors = ["Wojciech Pachowiak "] description = "A .bvh file parser" readme = "README.md" keywords = [ "bvh", "biovision", "parser", "animation", "mocap", ] categories = [ "parser-implementations", "rendering::data-formats", "mathematics", "game-development", ] license = "MIT" repository = "https://github.com/WojtekPachowiak/bvh-anim-parser" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [[example]] name = "example" required-features = ["visualize"] [[bench]] name = "my_benchmark" harness = false [dependencies.bevy] version = "0.13.2" features = ["dynamic_linking"] optional = true [dependencies.bevy_panorbit_camera] version = "0.17.0" optional = true [dependencies.cargo] version = "0.78.1" [dependencies.cgmath] version = "0.18.0" [dependencies.regex] version = "1.10.4" [dev-dependencies.criterion] version = "0.3" [features] visualize = [ "dep:bevy", "dep:bevy_panorbit_camera", ]