brackets 0.1.7

Simple library for JSON I/O
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "brackets"
version = "0.1.7"
description = "Simple library for JSON I/O"
license-file = "LICENSE.txt"
edition = "2021"

[lib]
name = "brackets"

[dependencies]
chrono = { version = "0.4.38", optional = true }
brackets-macros = { version = "0.1.7" }

[features]
default = ["chrono"]
chrono = ["dep:chrono"]