fcb_cli 0.7.8

FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers.
Documentation
[package]
name = "fcb_cli"
version = "0.7.8"
edition = "2021"
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
license = "MIT"
repository = "https://github.com/cityjson/flatcitybuf"
description = "FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers."

[package.metadata.docs.rs]
all-features = true

[[bin]]
name = "fcb"
path = "src/main.rs"

[lib]
name = "fcb_cli"
path = "src/lib.rs"

[dependencies]
fcb_core = { workspace = true, features = ["http"] }
cjseq = { workspace = true }
clap = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
bson = { workspace = true }
serde_cbor = { workspace = true }
thiserror = { workspace = true }
indicatif = { workspace = true }
console = { workspace = true }
glob = "0.3"
tokio = { workspace = true }
ratatui = { workspace = true }
crossterm = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }