pg_interval_2 0.5.2

A native PostgreSQL interval type, forked version
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_2"
version = "0.5.2"
authors = [
    "Ryan Piper <piper.ryan235@gmail.com>",
    "Ning Sun <n@sunng.info>",
]
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, forked version"
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
    "sql",
    "interval",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/sunng87/rust-postgres-interval"

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

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

[dependencies.bytes]
version = "^1"

[dependencies.chrono]
version = "^0.4"

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