pg_interval 0.4.3

A native PostgreSQL interval type
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "pg_interval"
version = "0.4.3"
authors = ["Ryan Piper <piper.ryan235@gmail.com>"]
build = false
include = [
    "src/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A native PostgreSQL interval type"
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
    "sql",
    "interval",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/piperRyan/rust-postgres-interval"

[features]
default = ["postgres"]
postgres = ["postgres-types"]

[lib]
name = "pg_interval"
path = "src/lib.rs"

[dependencies.bytes]
version = "^1"

[dependencies.chrono]
version = "^0.4"

[dependencies.postgres-types]
version = "^0.2"
optional = true