# 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 = "2018" rust-version = "1.60" name = "fbxcel-dom" version = "0.0.10" authors = ["YOSHIOKA Takuma "] description = "FBX DOM library" readme = "README.md" keywords = [ "FBX", "3D", "model", ] categories = ["rendering::data-formats"] license = "MIT OR Apache-2.0" repository = "https://github.com/lo48576/fbxcel-dom" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.22" [dependencies.fbxcel] version = "0.9.0" features = ["tree"] [dependencies.log] version = "0.4.4" [dependencies.mint] version = "0.5" [dependencies.rgb] version = "0.8.12" [dependencies.string-interner] version = "0.14.0" features = [ "backends", "inline-more", "std", ] default-features = false [dev-dependencies.env_logger] version = "0.10.0" [features] default = [] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "lo48576/fbxcel-dom"