jiff-sqlx 0.2.0

Integration for Jiff with SQLx.
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 = "2021"
rust-version = "1.94"
name = "jiff-sqlx"
version = "0.2.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
include = [
    "/src/*.rs",
    "/*.dat",
    "COPYING",
    "LICENSE-MIT",
    "UNLICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration for Jiff with SQLx."
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-sqlx"
documentation = "https://docs.rs/jiff-sqlx"
readme = "README.md"
keywords = [
    "date",
    "time",
    "jiff",
    "sqlx",
    "zone",
]
categories = ["date-and-time"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/jiff"

[features]
default = []
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]

[lib]
name = "jiff_sqlx"
path = "src/lib.rs"
bench = false

[dependencies.jiff]
version = "0.2.0"
features = ["std"]
default-features = false

[dependencies.sqlx]
version = "0.9.0"
default-features = false

[dev-dependencies.jiff]
version = "0.2.0"
default-features = true