[package]
edition = "2024"
name = "graphix-package-time"
version = "0.6.0"
authors = ["Eric Stokes <letaris@gmail.com>"]
build = false
exclude = ["../../book"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dataflow language for UIs and network programming, time package"
homepage = "https://graphix-lang.github.io/graphix"
documentation = "https://docs.rs/graphix-package-time"
readme = "README.md"
categories = [
"network-programming",
"compilers",
"gui",
]
license = "MIT"
repository = "https://github.com/graphix-lang/graphix"
resolver = "2"
[features]
default = []
krb5_iov = ["netidx/krb5_iov"]
[lib]
name = "graphix_package_time"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.arcstr]
version = "1"
features = ["serde"]
[dependencies.chrono]
version = "^0.4.24"
features = ["serde"]
[dependencies.compact_str]
version = "0.9"
features = ["serde"]
[dependencies.fxhash]
version = "0.2"
[dependencies.graphix-compiler]
version = "0.6.0"
[dependencies.graphix-derive]
version = "0.6.0"
[dependencies.graphix-package]
version = "0.6.0"
[dependencies.graphix-package-core]
version = "0.6.0"
[dependencies.graphix-rt]
version = "0.6.0"
[dependencies.netidx]
version = "0.31.0"
default-features = false
[dependencies.netidx-core]
version = "0.31.0"
[dependencies.netidx-value]
version = "0.31.6"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"net",
"time",
"io-util",
"fs",
"sync",
"process",
"macros",
"signal",
"io-std",
]
[dependencies.triomphe]
version = "0.1"