overflower 0.4.1

A compiler plugin to easily select overflow behavior for all integer operations of an item
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 = "overflower"
version = "0.4.1"
authors = ["Andre Bogus <bogusandre@gmail.com>"]
description = "A compiler plugin to easily select overflow behavior for all integer operations of an item"
readme = "README.md"
keywords = ["arithmetic", "overflow", "plugin"]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/llogiq/overflower"

[lib]
crate-type = ["dylib"]
plugin = true
[dependencies.overflower_support]
version = "0.1.5"
[badges.travis-ci]
repository = "llogiq/overflower"