fcb_cli 0.7.6

FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fcb_cli"
version = "0.7.6"
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers."
readme = "README.md"
license = "MIT"
repository = "https://github.com/HideBa/flatcitybuf"

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

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.bson]
version = "2.13.0"

[dependencies.cjseq]
version = "0.1.0"
package = "cjseq2"

[dependencies.clap]
version = "4.5.23"

[dependencies.console]
version = "0.15"

[dependencies.fcb_core]
version = "0.7.2"
features = ["http"]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.serde]
version = "1.0.200"

[dependencies.serde_cbor]
version = "0.10"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.tempfile]
version = "3.14.0"