serdebug 1.0.2

Serde-based replacement for #[derive(Debug)]
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 = "serdebug"
version = "1.0.2"
authors = ["Ingvar Stepanyan <me@rreverser.com>"]
description = "Serde-based replacement for #[derive(Debug)]"
readme = "../README.md"
categories = ["development-tools::debugging", "value-formatting"]
license = "MIT"
repository = "https://github.com/RReverser/serdebug"
[dependencies.serde]
version = "1.0.70"

[dependencies.serdebug_derive]
version = "1.0.0"
[dev-dependencies.serde_derive]
version = "1.0.70"
[build-dependencies.rustc_version]
version = "0.2.2"
[badges.travis-ci]
branch = "master"
repository = "RReverser/serdebug"