fbxcel 0.9.0

Excellent FBX library
Documentation
[[example]]
name = "dump-pull-parser-events"

[[example]]
name = "load-tree"
required-features = ["tree"]
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "lo48576/fbxcel"
[dependencies.indextree]
optional = true
version = "4"

[dependencies.libflate]
version = "1.0.1"

[dependencies.log]
version = "0.4.4"

[dependencies.string-interner]
default-features = false
features = ["backends", "inline-more", "std"]
optional = true
version = "0.14.0"
[dev-dependencies.env_logger]
version = "0.9.0"

[features]
default = []
tree = ["indextree", "string-interner"]
writer = []

[package]
authors = ["YOSHIOKA Takuma <nop_thread@nops.red>"]
categories = ["parser-implementations"]
description = "Excellent FBX library"
edition = "2021"
keywords = ["FBX", "3D", "model"]
license = "MIT OR Apache-2.0"
name = "fbxcel"
readme = "README.md"
repository = "https://github.com/lo48576/fbxcel"
rust-version = "1.56"
version = "0.9.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]