tardis-cli 0.2.0

TARDIS - Translates natural language dates into machine-readable formats
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.85"
name = "tardis-cli"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "assets/config_template.toml",
    "Cargo.toml",
    "README.md",
    "LICENCE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TARDIS - Translates natural language dates into machine-readable formats"
documentation = "https://docs.rs/tardis-cli"
readme = "README.md"
keywords = [
    "cli",
    "date",
    "time",
    "natural-language",
    "parser",
]
categories = [
    "command-line-utilities",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/hvpaiva/tardis-cli"

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

[[bin]]
name = "td"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = [
    "color",
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.color-print]
version = "0.3.7"

[dependencies.colored_json]
version = "5.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.0"

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.assert_fs]
version = "1.1.3"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.insta]
version = "1.46.3"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.trycmd]
version = "1.2.0"

[build-dependencies.clap]
version = "4.6.0"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.6.0"

[build-dependencies.color-print]
version = "0.3.7"

[profile.release]
lto = true
strip = "symbols"