serde_shims 0.1.2

Community Driven Serde Shims
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 = "serde_shims"
version = "0.1.2"
authors = ["novacrazy <novacrazy@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
description = "Community Driven Serde Shims"
documentation = "https://novacrazy.github.io/serde_shims/"
readme = "README.md"
keywords = ["serde", "shim"]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/novacrazy/serde_shims"
[dependencies.bitflags]
version = "1.0.3"
optional = true

[dependencies.chrono]
version = "0.4.3"
optional = true

[dependencies.enum_primitive]
version = "0.1.1"
optional = true

[dependencies.mime]
version = "0.3.7"
optional = true

[dependencies.serde]
version = "1.0.66"
[dev-dependencies.serde_derive]
version = "1.0.66"

[dev-dependencies.serde_json]
version = "1.0.20"

[features]
std = []
[badges.travis-ci]
repository = "novacrazy/serde_shims"