fbxcel 0.4.3

Excellent FBX library
Documentation
# 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 = "fbxcel"
version = "0.4.3"
authors = ["YOSHIOKA Takuma <lo48576@hard-wi.red>"]
description = "Excellent FBX library"
readme = "README.md"
keywords = ["FBX", "3D", "model"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lo48576/fbxcel"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "dump-pull-parser-events"

[[example]]
name = "load-tree"
required-features = ["tree"]
[dependencies.byteorder]
version = "1"

[dependencies.indextree]
version = "3"
optional = true

[dependencies.libflate]
version = "0.1"

[dependencies.log]
version = "0.4.4"

[dependencies.string-interner]
version = "0.7"
optional = true
default-features = false
[dev-dependencies.env_logger]
version = "0.6"

[features]
default = []
tree = ["indextree", "string-interner"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "lo48576/fbxcel"