# 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" rust-version = "1.56" name = "fbxcel" version = "0.9.0" authors = ["YOSHIOKA Takuma "] description = "Excellent FBX library" readme = "README.md" keywords = [ "FBX", "3D", "model", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/lo48576/fbxcel" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "dump-pull-parser-events" [[example]] name = "load-tree" required-features = ["tree"] [dependencies.indextree] version = "4" optional = true [dependencies.libflate] version = "1.0.1" [dependencies.log] version = "0.4.4" [dependencies.string-interner] version = "0.14.0" features = [ "backends", "inline-more", "std", ] optional = true default-features = false [dev-dependencies.env_logger] version = "0.9.0" [features] default = [] tree = [ "indextree", "string-interner", ] writer = [] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "lo48576/fbxcel"