forked from databendlabs/display-more
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (18 loc) · 656 Bytes
/
Cargo.toml
File metadata and controls
21 lines (18 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "display-more"
description = "helper to display various types"
version = "0.2.3"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/drmingdrmer/display-more"
homepage = "https://github.com/drmingdrmer/display-more"
documentation = "https://docs.rs/display-more"
readme = "README.md"
keywords = ["display", "formatting", "helper", "option", "slice"]
categories = ["rust-patterns", "value-formatting"]
[features]
[dependencies]
chrono = { version = "0.4.31", features = ["serde"] }
chrono-tz = { version = "0.8", features = ["serde"] }
[dev-dependencies]