texel_types 2.0.4

Types for Texel ASCII art text editor
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 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.59"
name = "texel_types"
version = "2.0.4"
authors = ["Ales Katona <almindor@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types for Texel ASCII art text editor"
readme = "README.md"
keywords = [
    "text",
    "ascii",
    "ascii-art",
    "format",
    "gamedev",
]
categories = [
    "rendering::data-formats",
    "multimedia::images",
]
license-file = "LICENSE"
repository = "https://github.com/almindor/texel_types"

[features]
ecs_specs = ["specs"]
serde_support = [
    "serde/derive",
    "serde_derive",
    "big_enum_set/serde",
]

[lib]
name = "texel_types"
path = "src/lib.rs"

[dependencies.big_enum_set]
version = "0.3"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.specs]
version = "0.20"
optional = true