Files
smart-home-in-rust-with-hom…/arbitrary-value/Cargo.toml

17 lines
363 B
TOML

[package]
name = "arbitrary-value"
version = "0.1.0"
edition = "2021"
[features]
pyo3 = ["dep:pyo3"]
[dependencies]
chrono = { workspace = true }
chrono-tz = { workspace = true }
derive_more = { workspace = true }
ijson = "0.1.4"
itertools = "0.14.0"
pyo3 = { workspace = true, optional = true, features = ["chrono", "chrono-tz"] }
snafu = { workspace = true }