[package] name = "brackets" version = "0.2.2" 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.2.2" } [features] default = ["chrono"] chrono = ["dep:chrono"]