[[bin]]
name = "date-cli"
path = "src/main.rs"
[dependencies]
[features]
default = []
[package]
authors = ["Stanislav Mikhailov <xavetar@proton.me>"]
categories = ["date-and-time"]
description = "Fast, clear and simple interface for view date from CLI for Solar, Julian, Gregorian calendar."
edition = "2021"
exclude = ["res/", "compact/", ".*", ".DS_Store", "debug/", "target/", "Cargo.lock", "**/*.rs.bk", "*.pdb", ".AppleDouble", ".LSOverride", "Icon", "._*", ".DocumentRevisions-V100", ".fseventsd", ".Spotlight-V100", ".TemporaryItems", ".Trashes", ".VolumeIcon.icns", ".com.apple.timemachine.donotpresent", ".AppleDB", ".AppleDesktop", "Network Trash Folder", "Temporary Items", ".apdisk", ".env", ".gitignore", ".git", ".idea", ".vscode"]
include = ["src/", "Cross.toml", "Cargo.toml", "LICENSE-Anti-Virus", "LICENSE-MIT", "LICENSE-Apache"]
keywords = ["date-and-time", "cli", "solar", "julian", "gregorian"]
license = "MIT AND Apache-2.0"
license-file = "LICENSE-Anti-Virus"
name = "date-cli"
publish = true
readme = "README.md"
repository = "https://github.com/xavetar/PHASEXave"
rust-version = "1.70"
version = "1.0.0"
[target."cfg(all(not(target_vendor = \"apple\"), target_family = \"unix\"))".dependencies.PHASEXave]
features = ["platform_specific_functions_unix"]
version = "1.7.9"
[target."cfg(target_family = \"windows\")".dependencies.PHASEXave]
features = ["platform_specific_functions_windows"]
version = "1.7.9"
[target."cfg(target_vendor = \"apple\")".dependencies.PHASEXave]
features = ["platform_specific_functions_darwin"]
version = "1.7.9"