# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bvh_anim" version = "0.4.0" authors = ["George Burton "] build = "build.rs" exclude = ["./fuzz", "./data"] description = "A .bvh file parser" documentation = "https://docs.rs/bvh_anim/" readme = "Readme.md" keywords = ["bvh", "biovision", "parser", "animation", "skeletal"] categories = ["rendering::data-formats"] license = "MIT" repository = "https://github.com/burtonageo/bvh_anim" [package.metadata.docs.rs] features = ["ffi"] [lib] crate-type = ["cdylib", "staticlib", "rlib"] [dependencies.bstr] version = "0.1.2" [dependencies.cfile] version = "0.4" optional = true [dependencies.lexical] version = "2.1" [dependencies.libc] version = "0.2" optional = true [dependencies.mint] version = "0.5" [dependencies.num-traits] version = "0.2" [dependencies.smallvec] version = "0.6" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.wgpu] version = "0.2" [dev-dependencies.winit] version = "0.18" [build-dependencies.cbindgen] version = "0.8" optional = true [build-dependencies.cc] version = "1.0" optional = true [features] bindings = ["cbindgen", "ffi"] ctests = ["bindings", "cc"] ffi = ["cfile", "libc"]