adhesion 0.5.0

A set of macros for design by contact in Rust. The design of this library was inspired by D's contract programming facilities.
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 = "adhesion"
version = "0.5.0"
authors = ["Erich Gubler <erichdongubler@gmail.com>"]
include = ["**/*.rs", "Cargo.toml", "README.md", "README.md.skt.md", "LICENSE-MIT"]
description = "A set of macros for design by contact in Rust. The design of this library was inspired by D's contract programming facilities."
documentation = "https://docs.rs/adhesion"
readme = "README.md"
keywords = ["contract", "design", "invariant"]
categories = ["algorithms", "development-tools::testing", "rust-patterns"]
license = "MIT"
repository = "https://github.com/ErichDonGubler/adhesion-rs"
[dev-dependencies.galvanic-assert]
version = "0.8.3"

[dev-dependencies.scan-rules]
version = "0.2.0"

[dev-dependencies.skeptic]
version = "0.10.0"
[build-dependencies.skeptic]
version = "0.10.0"
[badges.appveyor]
repository = "ErichDonGubler/adhesion-rs"

[badges.travis-ci]
repository = "ErichDonGubler/adhesion-rs"