dos-date-time 0.2.1

An MS-DOS date and time library
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 = "2024"
rust-version = "1.88.0"
name = "dos-date-time"
version = "0.2.1"
build = false
include = [
    "/LICENSES",
    "/README.md",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An MS-DOS date and time library"
documentation = "https://docs.rs/dos-date-time"
readme = "README.md"
keywords = [
    "date",
    "dos",
    "time",
]
categories = [
    "date-and-time",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sorairolake/dos-date-time"

[package.metadata.docs.rs]
all-features = true

[features]
chrono = ["dep:chrono"]
default = ["std"]
jiff = ["dep:jiff"]
std = [
    "chrono?/std",
    "jiff?/std",
    "time/std",
]

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

[dependencies.chrono]
version = "0.4.43"
optional = true
default-features = false

[dependencies.jiff]
version = "0.2.18"
optional = true
default-features = false

[dependencies.time]
version = "0.3.46"
default-features = false

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.clap]
version = "4.5.56"
features = ["derive"]

[dev-dependencies.time]
version = "0.3.46"
features = [
    "formatting",
    "macros",
    "parsing",
]

[lints.clippy]
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1