diesel_pg_hstore 0.1.0

Postgres Hstore support for Diesel
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 = "diesel_pg_hstore"
version = "0.1.0"
authors = ["Lori Holden <noreply@loriholden.com>"]
description = "Postgres Hstore support for Diesel"
documentation = "https://docs.rs/diesel_pg_hstore/"
readme = "README.md"
keywords = ["diesel", "postgres", "hstore"]
categories = ["database"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lholden/diesel_pg_hstore"
[dependencies.byteorder]
version = "~1.2"

[dependencies.diesel]
version = "~1.0.0-beta1"
features = ["postgres"]

[dependencies.fallible-iterator]
version = "~0.1"
[dev-dependencies.dotenv]
version = "~0.10"