[package]
name = "throw"
version = "0.1.2"
authors = ["David Ross <daboross@daboross.net>"]
include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "README.md"]
description = "Efficiently add statically-calculated stack traces to errors."
documentation = "https://docs.rs/throw/"
readme = "README.md"
keywords = ["error"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/daboross/rust-throw/"
[dev-dependencies.regex]
version = "0.2"
[badges.travis-ci]
repository = "daboross/fern"