i3ipc-types 0.5.0

Library containing all the types needed to communicate with i3, along with their serde implementations and implementations of many std traits
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 = "i3ipc-types"
version = "0.5.0"
authors = ["Evan Cameron <cameron.evan@gmail.com>"]
description = "Library containing all the types needed to communicate with i3, along with their serde implementations \nand implementations of many std traits\n"
readme = "README.md"
keywords = ["i3", "ipc", "protocol", "json", "serde"]
categories = ["api-bindings", "parsing", "command-line-utilities", "gui"]
license = "MIT"
repository = "https://github.com/leshow/tokio-i3ipc/tree/master/i3ipc-types"
[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"