postgres_range 0.11.1

Range support for rust-postgres
Documentation
[dependencies.chrono-04]
default-features = false
optional = true
package = "chrono"
version = "0.4"

[dependencies.postgres-protocol]
version = "0.6"

[dependencies.postgres-types]
version = "0.2"
[dev-dependencies.postgres]
version = "0.19"

[features]
with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Range support for rust-postgres"
edition = "2018"
license = "MIT"
name = "postgres_range"
readme = "README.md"
repository = "https://github.com/sfackler/rust-postgres-range"
version = "0.11.1"