[go: up one dir, main page]

include_dir 0.1.3

The logical evolution of the include_str macro for embedding a directory tree into your binary.
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]
name = "include_dir"
version = "0.1.3"
authors = ["Michael-F-Bryan <michaelfbryan@gmail.com>"]
description = "The logical evolution of the include_str macro for embedding a directory tree into your binary. "
documentation = "https://docs.rs/include_dir"
keywords = ["include", "embed", "assets"]
categories = ["development-tools", "web-programming", "game-engines"]
license = "MIT"
repository = "https://github.com/Michael-F-Bryan/include_dir"
[dependencies.glob]
version = "0.2.11"

[dependencies.error-chain]
version = "0.10.0"
[dev-dependencies.tempfile]
version = "2.1.5"

[dev-dependencies.tempdir]
version = "0.3.5"

[features]
globs = []
default = []
[badges.travis-ci]
repository = "Michael-F-Bryan/include_dir"
branch = "master"

[badges.appveyor]
service = "github"
branch = "master"
repository = "Michael-F-Bryan/include-dir"