twitter-stream-message 0.2.1

Types for Twitter Streaming API's messages.
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 = "twitter-stream-message"
version = "0.2.1"
authors = ["Daiki Mizukami <mizukami1113@gmail.com>"]
description = "Types for Twitter Streaming API's messages.\n"
homepage = "https://github.com/dmizuk/twitter-stream-rs"
documentation = "https://docs.rs/twitter-stream/0.2.1/twitter_stream-message/"
readme = "../README.md"
keywords = ["twitter"]
license = "MIT"
repository = "https://github.com/dmizuk/twitter-stream-rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"