[dependencies.bytes]
version = "^1"
[dependencies.chrono]
version = "^0.4"
[dependencies.postgres-types]
optional = true
version = "^0.2"
[features]
default = ["postgres"]
postgres = ["postgres-types"]
[lib]
name = "pg_interval_2"
path = "src/lib.rs"
[package]
authors = ["Ryan Piper <piper.ryan235@gmail.com>", "Ning Sun <n@sunng.info>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "A native PostgreSQL interval type, forked version"
edition = "2018"
include = ["src/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["database", "postgres", "postgresql", "sql", "interval"]
license = "MIT"
name = "pg_interval_2"
readme = "README.md"
repository = "https://github.com/sunng87/rust-postgres-interval"
version = "0.5.1"