diesel_transaction_handles 0.1.1

shareable transaction handles for diesel, with optional rollback hooks
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]
edition = "2018"
name = "diesel_transaction_handles"
version = "0.1.1"
authors = ["Aiden McClelland <gagglehoof@gmail.com>"]
description = "shareable transaction handles for diesel, with optional rollback hooks"
homepage = "https://github.com/DR-BoneZ/diesel-transaction-handles-rs"
documentation = "http://docs.rs/diesel_transaction_handles/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/DR-BoneZ/diesel-transaction-handles-rs"
[dependencies.diesel]
version = "1.4"

[dependencies.failure]
version = "0.1"
[dev-dependencies.diesel]
version = "1.4"
features = ["postgres"]

[features]
default = ["rollback_hooks"]
log_errors_on_drop = []
panic_errors_on_drop = []
rollback_hooks = []