# 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"
name = "bma-ts"
version = "0.1.14"
authors = ["Serhij S.
"]
description = "Bohemia Automation time library"
readme = "README.md"
keywords = [
"time",
"date",
]
license = "MIT"
repository = "https://github.com/alttch/bma-ts"
[package.metadata.docs.rs]
features = ["full"]
[package.metadata.playground]
features = ["full"]
[dependencies.chrono]
version = "0.4"
optional = true
[dependencies.dateparser]
version = "0.2"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.sqlx]
version = "0.7"
features = [
"postgres",
"sqlite",
]
optional = true
[dependencies.thiserror]
version = "1.0"
[features]
as-float-secs = []
chrono = [
"dep:chrono",
"dateparser",
]
full = [
"chrono",
"serde",
"sqlx",
]
[target."cfg(not(unix))".dependencies.once_cell]
version = "1.19.0"
[target."cfg(unix)".dependencies.nix]
version = "0.27"
features = ["time"]