[dependencies]
[features]
default = []
platform_specific_functions_darwin = ["dep:mach"]
platform_specific_functions_unix = ["dep:libc"]
platform_specific_functions_windows = ["dep:winapi"]
[package]
authors = ["Stanislav Mikhailov <xavetar@proton.me>"]
build = "build.rs"
categories = ["date-and-time"]
description = "Fast, clear and simple interface for calculating date and time."
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"]
include = ["*.rs", "src/", "LICENSE", "Cargo.toml"]
keywords = ["date", "time"]
license = "MIT AND Apache-2.0"
license-file = "LICENSE-Anti-Virus"
name = "PHASEXave"
readme = "README.md"
repository = "https://github.com/xavetar/PHASEXave"
version = "1.5.6"
[profile.dev]
lto = "off"
opt-level = 0
[profile.release]
lto = "fat"
opt-level = 3
[target."cfg(all(not(target_vendor = \"apple\"), target_family = \"unix\"))".dependencies.libc]
default-features = false
optional = true
version = "0.2.149"
[target."cfg(target_family = \"windows\")".dependencies.winapi]
default-features = false
features = ["profileapi", "ntdef", "winnt"]
optional = true
version = "0.3.9"
[target."cfg(target_vendor = \"apple\")".dependencies.mach]
default-features = false
optional = true
version = "0.3.2"