github-types 0.1.1

Type definitions for the GitHub API.
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 = "github-types"
version = "0.1.1"
authors = ["Jason White <rust@jasonwhite.io>"]
description = "Type definitions for the GitHub API.\n"
homepage = "https://github.com/jasonwhite/github-types"
documentation = "https://docs.rs/github-types"
readme = "README.md"
keywords = ["github", "api"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/jasonwhite/github-types"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.derive_more]
version = "0.14"

[dependencies.hex]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]