jsoncutil/Cargo.toml

21 lines
405 B
TOML
Raw Normal View History

2024-09-02 14:12:14 -04:00
[package]
name = "jsoncutil"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
2024-09-02 14:37:48 -04:00
atomicwrites = "0.4.3"
2024-09-02 14:12:14 -04:00
clap = { version = "4.5.16", features = ["derive"] }
2024-09-02 15:44:36 -04:00
crossbeam-channel = "0.5.13"
2024-09-09 15:50:53 -04:00
derivative = "2.2.0"
# fjson = {path="./fjson/"}
# fjson = "0.3.1"
memchr = "2.7.4"
2024-09-02 14:12:14 -04:00
notify-debouncer-mini = "0.4.1"
2024-09-09 15:50:53 -04:00
oxidized-json-checker = "0.3.2"
thiserror = "1.0.63"
# [profile.release]
# debug = 2